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
- RuntimeResourceSet.cs
- FloatUtil.cs
- _FtpControlStream.cs
- URL.cs
- TextParentUndoUnit.cs
- SimpleWorkerRequest.cs
- ZipIOBlockManager.cs
- DispatcherEventArgs.cs
- DataTableCollection.cs
- IntSecurity.cs
- DataSourceXmlElementAttribute.cs
- HitTestResult.cs
- OutputCacheSettingsSection.cs
- XmlReflectionImporter.cs
- SemaphoreSecurity.cs
- Dynamic.cs
- OdbcConnection.cs
- ToolStripContentPanel.cs
- Codec.cs
- Baml2006KeyRecord.cs
- Pen.cs
- CodeAccessSecurityEngine.cs
- FrameworkContentElement.cs
- FormClosingEvent.cs
- MouseActionConverter.cs
- XmlILCommand.cs
- FileStream.cs
- AsyncPostBackErrorEventArgs.cs
- InputGestureCollection.cs
- CodeEntryPointMethod.cs
- PersistenceTypeAttribute.cs
- FrugalList.cs
- ScriptResourceHandler.cs
- PageAsyncTaskManager.cs
- SqlClientPermission.cs
- OpenTypeCommon.cs
- Qualifier.cs
- PointCollectionConverter.cs
- ExcCanonicalXml.cs
- PaperSource.cs
- LinkLabel.cs
- CopyOnWriteList.cs
- dbenumerator.cs
- DataSourceXmlAttributeAttribute.cs
- IPEndPointCollection.cs
- PropertyNames.cs
- Content.cs
- StrokeNodeOperations.cs
- sqlnorm.cs
- SimplePropertyEntry.cs
- KeyEvent.cs
- ServiceRouteHandler.cs
- ISessionStateStore.cs
- ProgressBarAutomationPeer.cs
- ContainerVisual.cs
- XmlSchemaAppInfo.cs
- BinaryKeyIdentifierClause.cs
- ContactManager.cs
- ResourceKey.cs
- RefExpr.cs
- ComponentChangedEvent.cs
- HtmlLink.cs
- ToolStripProgressBar.cs
- CryptoStream.cs
- NamespaceCollection.cs
- SoapSchemaMember.cs
- ColumnTypeConverter.cs
- FontStyleConverter.cs
- TailPinnedEventArgs.cs
- ReflectPropertyDescriptor.cs
- IdleTimeoutMonitor.cs
- PropertyRecord.cs
- DecimalAnimationUsingKeyFrames.cs
- CodeAttributeDeclaration.cs
- DomainUpDown.cs
- HostedTransportConfigurationManager.cs
- ImageBrush.cs
- DefaultSerializationProviderAttribute.cs
- NullableLongMinMaxAggregationOperator.cs
- ExecutedRoutedEventArgs.cs
- PrintEvent.cs
- ActivityCollectionMarkupSerializer.cs
- ObjectConverter.cs
- RegexReplacement.cs
- SvcMapFileSerializer.cs
- Region.cs
- RedirectionProxy.cs
- WebPartDescription.cs
- LinkUtilities.cs
- XPathSelectionIterator.cs
- ExpressionConverter.cs
- EventLog.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- BufferedGraphicsContext.cs
- SafeMILHandle.cs
- CodeDomComponentSerializationService.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- PaperSource.cs
- ConfigXmlSignificantWhitespace.cs
- DoubleCollectionConverter.cs