Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Sql / SqlGenericUtil.cs / 1305376 / SqlGenericUtil.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Sql { using System; using System.Data; using System.Data.Common; using System.Diagnostics; sealed internal class SqlGenericUtil { private SqlGenericUtil() { /* prevent utility class from being insantiated*/ } // // Sql generic exceptions // // // Sql.Definition // static internal Exception NullCommandText() { return ADP.Argument(Res.GetString(Res.Sql_NullCommandText)); } static internal Exception MismatchedMetaDataDirectionArrayLengths() { return ADP.Argument(Res.GetString(Res.Sql_MismatchedMetaDataDirectionArrayLengths)); } } }//namespace // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbParameterCollection.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- RootBrowserWindowProxy.cs
- SelectionRange.cs
- SvcMapFile.cs
- PerformanceCountersElement.cs
- AsymmetricSignatureDeformatter.cs
- TempEnvironment.cs
- CompilerInfo.cs
- Translator.cs
- ToolBarButtonClickEvent.cs
- SystemPens.cs
- XamlPathDataSerializer.cs
- Composition.cs
- ViewCellSlot.cs
- XmlBufferReader.cs
- ResXDataNode.cs
- TextServicesContext.cs
- SafeLibraryHandle.cs
- ElementHostAutomationPeer.cs
- ProfileManager.cs
- _UriTypeConverter.cs
- DbConnectionHelper.cs
- DbTransaction.cs
- SqlCachedBuffer.cs
- ArraySet.cs
- UidManager.cs
- XmlSchemaImport.cs
- BitmapCacheBrush.cs
- Typography.cs
- WindowsSolidBrush.cs
- RoleServiceManager.cs
- DataGridViewLayoutData.cs
- XmlSerializerNamespaces.cs
- HideDisabledControlAdapter.cs
- SimpleHandlerFactory.cs
- AnimatedTypeHelpers.cs
- DynamicRenderer.cs
- AnnotationHelper.cs
- LiteralControl.cs
- Aggregates.cs
- DelayDesigner.cs
- DefaultValidator.cs
- LayoutTable.cs
- ErrorsHelper.cs
- ReflectionUtil.cs
- XmlPreloadedResolver.cs
- Process.cs
- SqlConnectionHelper.cs
- DbParameterCollectionHelper.cs
- SqlConnectionPoolGroupProviderInfo.cs
- RuntimeConfig.cs
- TrackingRecord.cs
- MimeMapping.cs
- DataGridViewCellStyleChangedEventArgs.cs
- PointAnimationUsingKeyFrames.cs
- Stylesheet.cs
- SqlCharStream.cs
- SqlResolver.cs
- BlobPersonalizationState.cs
- IndicCharClassifier.cs
- MultiAsyncResult.cs
- SelectionGlyph.cs
- __FastResourceComparer.cs
- UIInitializationException.cs
- ByteRangeDownloader.cs
- HtmlInputImage.cs
- Rijndael.cs
- CommandSet.cs
- TextWriter.cs
- FrameworkElementAutomationPeer.cs
- UIElementHelper.cs
- GiveFeedbackEvent.cs
- ToolStripComboBox.cs
- AccessorTable.cs
- ConnectionManagementElement.cs
- NavigationCommands.cs
- DataGridViewDataConnection.cs
- NamespaceExpr.cs
- serverconfig.cs
- SizeLimitedCache.cs
- XmlBinaryReader.cs
- MappingItemCollection.cs
- TreeViewImageKeyConverter.cs
- UIElementIsland.cs
- QueryableFilterRepeater.cs
- _ListenerRequestStream.cs
- StackSpiller.Generated.cs
- DictionarySectionHandler.cs
- ResolveMatchesApril2005.cs
- AesCryptoServiceProvider.cs
- ExternalException.cs
- LambdaCompiler.Address.cs
- DataGridViewCellConverter.cs
- Stopwatch.cs
- SubtreeProcessor.cs
- SiteMapNodeItemEventArgs.cs
- ChannelPoolSettingsElement.cs
- ISAPIApplicationHost.cs
- SerialPort.cs