Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ParameterCollection.cs
- BamlResourceDeserializer.cs
- ViewKeyConstraint.cs
- WpfSharedBamlSchemaContext.cs
- SetterBaseCollection.cs
- TextEffectResolver.cs
- StrokeCollectionConverter.cs
- FixedPosition.cs
- CategoryAttribute.cs
- MemberNameValidator.cs
- PrintPreviewDialog.cs
- DecoderBestFitFallback.cs
- PropertyCondition.cs
- NativeMethods.cs
- ErrorWrapper.cs
- LineGeometry.cs
- CodeDOMUtility.cs
- GenericParameterDataContract.cs
- ServiceHttpHandlerFactory.cs
- DataGridToolTip.cs
- SafeNativeMethods.cs
- ServiceActivationException.cs
- nulltextnavigator.cs
- Transform.cs
- IDQuery.cs
- SerializationBinder.cs
- BindingsCollection.cs
- ReflectionTypeLoadException.cs
- SetterTriggerConditionValueConverter.cs
- StringDictionary.cs
- RemotingClientProxy.cs
- FormsAuthenticationUser.cs
- TraceHwndHost.cs
- Debug.cs
- ListMarkerSourceInfo.cs
- TextElementEnumerator.cs
- ViewLoader.cs
- Splitter.cs
- PrtCap_Base.cs
- ListDictionaryInternal.cs
- ExtentJoinTreeNode.cs
- LayoutEvent.cs
- UrlMappingsModule.cs
- DataServiceEntityAttribute.cs
- MemberDescriptor.cs
- PropertyHelper.cs
- PropertyEmitter.cs
- HtmlCommandAdapter.cs
- _Win32.cs
- BoundField.cs
- Int32Collection.cs
- EndPoint.cs
- PixelFormatConverter.cs
- GlyphRunDrawing.cs
- XmlFormatWriterGenerator.cs
- ExpressionVisitor.cs
- ObjectTag.cs
- SerialPinChanges.cs
- EntityViewContainer.cs
- XmlTextReaderImplHelpers.cs
- DataTableTypeConverter.cs
- ArgIterator.cs
- TypeElementCollection.cs
- SqlHelper.cs
- filewebresponse.cs
- FontFamilyIdentifier.cs
- SpnEndpointIdentity.cs
- RightsManagementEncryptedStream.cs
- HeaderUtility.cs
- ActivityStateQuery.cs
- PerformanceCounterPermissionEntryCollection.cs
- X509LogoTypeExtension.cs
- InputReferenceExpression.cs
- FontWeightConverter.cs
- DefinitionBase.cs
- _FtpControlStream.cs
- DeferredRunTextReference.cs
- Rfc2898DeriveBytes.cs
- Stroke2.cs
- SHA256CryptoServiceProvider.cs
- SmtpNetworkElement.cs
- SystemResourceKey.cs
- OneOfConst.cs
- ConfigurationStrings.cs
- GridProviderWrapper.cs
- SQLGuidStorage.cs
- FontSource.cs
- AssemblyUtil.cs
- EntryWrittenEventArgs.cs
- BitmapEffectDrawing.cs
- WindowsSysHeader.cs
- NullableLongSumAggregationOperator.cs
- Native.cs
- linebase.cs
- EntityDataSourceState.cs
- WindowsSolidBrush.cs
- ClonableStack.cs
- LinqDataSourceSelectEventArgs.cs
- Attributes.cs
- SafeFileMappingHandle.cs