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
- DateTimeFormatInfoScanner.cs
- DataGridViewCellParsingEventArgs.cs
- SmtpMail.cs
- OpenTypeLayoutCache.cs
- SoapObjectInfo.cs
- PersonalizableAttribute.cs
- DescendantBaseQuery.cs
- SwitchAttribute.cs
- SerTrace.cs
- CollectionChange.cs
- NavigationEventArgs.cs
- HttpApplicationFactory.cs
- PropertyTab.cs
- RoleGroupCollectionEditor.cs
- TextRunTypographyProperties.cs
- ConnectionPoolManager.cs
- PropertyItemInternal.cs
- WebDisplayNameAttribute.cs
- SignedInfo.cs
- Activator.cs
- ObjectStateEntryDbDataRecord.cs
- SafeLocalAllocation.cs
- CookieParameter.cs
- CompositeCollection.cs
- TemplateBamlTreeBuilder.cs
- StringValidator.cs
- RootBuilder.cs
- ViewEvent.cs
- MethodAccessException.cs
- SchemaNotation.cs
- GeneralTransformGroup.cs
- IFormattable.cs
- QueryModel.cs
- List.cs
- NameSpaceExtractor.cs
- DbFunctionCommandTree.cs
- BrushConverter.cs
- ProfileEventArgs.cs
- FilterElement.cs
- DataGridClipboardCellContent.cs
- ToolStripCodeDomSerializer.cs
- SmiEventStream.cs
- Byte.cs
- OdbcConnectionOpen.cs
- ValidatingPropertiesEventArgs.cs
- IPEndPointCollection.cs
- MissingMemberException.cs
- TriggerAction.cs
- MobileContainerDesigner.cs
- DataTemplate.cs
- SqlDataSourceQueryEditorForm.cs
- XmlSchemaDatatype.cs
- ProcessHostMapPath.cs
- GlyphCache.cs
- TriggerCollection.cs
- CompositeCollection.cs
- TrustManagerPromptUI.cs
- PathSegment.cs
- XmlWriterTraceListener.cs
- XmlUnspecifiedAttribute.cs
- ComponentResourceManager.cs
- TimeEnumHelper.cs
- ping.cs
- CodeTypeReferenceCollection.cs
- SymDocumentType.cs
- BuildProvidersCompiler.cs
- ConsumerConnectionPoint.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- InstancePersistenceException.cs
- RijndaelManagedTransform.cs
- SimpleTypesSurrogate.cs
- ACE.cs
- TablePattern.cs
- ViewKeyConstraint.cs
- PatternMatcher.cs
- EUCJPEncoding.cs
- BitmapEffect.cs
- EntityDataSourceDesignerHelper.cs
- MsmqProcessProtocolHandler.cs
- FlowNode.cs
- EncoderExceptionFallback.cs
- IndexerNameAttribute.cs
- FixedSOMImage.cs
- CreatingCookieEventArgs.cs
- DockProviderWrapper.cs
- PrimitiveList.cs
- XpsPackagingPolicy.cs
- TabControl.cs
- Int32RectConverter.cs
- nulltextcontainer.cs
- InputBinding.cs
- SimpleMailWebEventProvider.cs
- XamlInt32CollectionSerializer.cs
- SafeProcessHandle.cs
- BaseInfoTable.cs
- x509utils.cs
- BindingListCollectionView.cs
- _Events.cs
- PerformanceCounters.cs
- ScalarConstant.cs