Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / Sql / SqlGenericUtil.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- _NetRes.cs
- TreeBuilder.cs
- ResourcesBuildProvider.cs
- LinearGradientBrush.cs
- Attribute.cs
- SamlAdvice.cs
- ButtonRenderer.cs
- XmlSchemaSubstitutionGroup.cs
- SslStream.cs
- WmpBitmapDecoder.cs
- AttributeCollection.cs
- ArithmeticException.cs
- SuppressMessageAttribute.cs
- AnnouncementService.cs
- KeyTimeConverter.cs
- BitConverter.cs
- RuleCache.cs
- XmlParserContext.cs
- TextRange.cs
- _HeaderInfo.cs
- MenuStrip.cs
- DictionaryEntry.cs
- ChangePassword.cs
- ThreadAttributes.cs
- SID.cs
- StringDictionaryEditor.cs
- XmlReader.cs
- NodeFunctions.cs
- DataGridViewSelectedColumnCollection.cs
- FormatControl.cs
- Matrix.cs
- SmiRecordBuffer.cs
- TypeConverterMarkupExtension.cs
- XmlSchemaSimpleContent.cs
- SequentialWorkflowRootDesigner.cs
- Page.cs
- HotSpotCollection.cs
- cookiecollection.cs
- SimpleType.cs
- Light.cs
- SoapParser.cs
- ColorConverter.cs
- ThreadExceptionDialog.cs
- ClrPerspective.cs
- ProviderConnectionPoint.cs
- ColorConverter.cs
- InfoCardListRequest.cs
- TextClipboardData.cs
- ResetableIterator.cs
- SecurityKeyIdentifier.cs
- TextTreeTextNode.cs
- NamespaceEmitter.cs
- BitmapCodecInfoInternal.cs
- Exception.cs
- ClientUIRequest.cs
- JpegBitmapEncoder.cs
- SemanticKeyElement.cs
- ValidationHelpers.cs
- ControlDesignerState.cs
- OracleConnectionFactory.cs
- CodeStatementCollection.cs
- WebConfigurationManager.cs
- KeyGestureValueSerializer.cs
- HGlobalSafeHandle.cs
- SqlSupersetValidator.cs
- ResourceAssociationTypeEnd.cs
- TableColumnCollectionInternal.cs
- AccessDataSourceWizardForm.cs
- ReadOnlyDictionary.cs
- brushes.cs
- RequestUriProcessor.cs
- DataObjectSettingDataEventArgs.cs
- ModelPropertyCollectionImpl.cs
- UrlPath.cs
- ConfigUtil.cs
- ConstantCheck.cs
- ConfigurationValidatorAttribute.cs
- VisualBrush.cs
- CompositeScriptReference.cs
- SubMenuStyle.cs
- TabOrder.cs
- log.cs
- ObjectDisposedException.cs
- HandlerBase.cs
- _UncName.cs
- StaticFileHandler.cs
- DecimalAnimation.cs
- IIS7UserPrincipal.cs
- QueryContinueDragEvent.cs
- BinaryFormatter.cs
- FixedPosition.cs
- AmbientValueAttribute.cs
- TypeElementCollection.cs
- MergeFilterQuery.cs
- XmlQueryTypeFactory.cs
- NativeMethods.cs
- ResourceType.cs
- DataGridViewCellStyleChangedEventArgs.cs
- RsaSecurityKey.cs
- WebPartConnectionsDisconnectVerb.cs