Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MappingMetadataHelper.cs
- SqlFunctions.cs
- Sql8ConformanceChecker.cs
- Buffer.cs
- XpsFixedDocumentReaderWriter.cs
- Style.cs
- GridViewDeletedEventArgs.cs
- ShaderRenderModeValidation.cs
- PropertyManager.cs
- WebPartConnectionsDisconnectVerb.cs
- IndexedGlyphRun.cs
- Comparer.cs
- EntityContainerEntitySet.cs
- OdbcEnvironment.cs
- StrongName.cs
- PersonalizationStateInfoCollection.cs
- LoadGrammarCompletedEventArgs.cs
- XmlSignificantWhitespace.cs
- LogStore.cs
- LinqDataView.cs
- MetaModel.cs
- InternalResources.cs
- GridItemPatternIdentifiers.cs
- SqlCachedBuffer.cs
- TypeBrowserDialog.cs
- BitmapEffect.cs
- AttachInfo.cs
- DefaultMemberAttribute.cs
- ArrayExtension.cs
- __TransparentProxy.cs
- SoapIgnoreAttribute.cs
- localization.cs
- ConfigUtil.cs
- FrameSecurityDescriptor.cs
- DataKeyArray.cs
- LinqDataSourceHelper.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CalendarModeChangedEventArgs.cs
- ClientSettingsStore.cs
- FullTextBreakpoint.cs
- ExtractorMetadata.cs
- ApplicationGesture.cs
- XmlTypeAttribute.cs
- KeyGestureValueSerializer.cs
- MetadataArtifactLoaderCompositeFile.cs
- ButtonBaseAutomationPeer.cs
- GlobalizationSection.cs
- Simplifier.cs
- SignatureDescription.cs
- CodeRemoveEventStatement.cs
- Geometry.cs
- FtpCachePolicyElement.cs
- RadioButtonRenderer.cs
- XamlFigureLengthSerializer.cs
- RC2.cs
- SQLUtility.cs
- CompositeTypefaceMetrics.cs
- CodeExpressionRuleDeclaration.cs
- X509IssuerSerialKeyIdentifierClause.cs
- ServiceModelPerformanceCounters.cs
- PageAsyncTask.cs
- DataRowView.cs
- SspiWrapper.cs
- AuthStoreRoleProvider.cs
- PackageProperties.cs
- CollectionsUtil.cs
- CodeCommentStatement.cs
- FileIOPermission.cs
- TransformCollection.cs
- DesignerResources.cs
- SqlParameterizer.cs
- DeploymentSectionCache.cs
- VirtualizedItemProviderWrapper.cs
- MethodExpr.cs
- UserNameSecurityToken.cs
- FlowDocumentReaderAutomationPeer.cs
- FactoryMaker.cs
- ObjectItemCollection.cs
- DataColumn.cs
- Queue.cs
- SessionPageStateSection.cs
- ComboBoxRenderer.cs
- ViewEvent.cs
- SchemaImporterExtension.cs
- RelatedView.cs
- DataKey.cs
- COM2Enum.cs
- ListBindingConverter.cs
- WebBodyFormatMessageProperty.cs
- PolygonHotSpot.cs
- ByteAnimationUsingKeyFrames.cs
- WebPartHeaderCloseVerb.cs
- ISFClipboardData.cs
- EncryptedType.cs
- TextServicesCompartmentContext.cs
- OrderingExpression.cs
- CachedTypeface.cs
- KnownColorTable.cs
- CompilerGeneratedAttribute.cs
- KnownTypeHelper.cs