Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- WebPartHeaderCloseVerb.cs
- XmlSchemaExporter.cs
- XamlSerializerUtil.cs
- PrimitiveDataContract.cs
- Profiler.cs
- CompositeFontInfo.cs
- RootProjectionNode.cs
- WebErrorHandler.cs
- XmlMembersMapping.cs
- TrackingProfileManager.cs
- Size3D.cs
- TableCellCollection.cs
- ListViewItem.cs
- RectValueSerializer.cs
- SQLRoleProvider.cs
- ComboBox.cs
- TextAutomationPeer.cs
- TextRunCache.cs
- StackBuilderSink.cs
- WindowsToolbarAsMenu.cs
- StatusBarItemAutomationPeer.cs
- LocatorPart.cs
- WorkflowDesignerColors.cs
- TraceLog.cs
- ManagementClass.cs
- MemberAssignment.cs
- MemoryMappedFileSecurity.cs
- DictionaryKeyPropertyAttribute.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DetailsViewActionList.cs
- HtmlInputText.cs
- XmlAnyElementAttributes.cs
- FontUnit.cs
- RemotingSurrogateSelector.cs
- XmlNamespaceManager.cs
- FontResourceCache.cs
- ContextMenuStrip.cs
- NumericPagerField.cs
- SqlClientFactory.cs
- DispatcherProcessingDisabled.cs
- ErrorStyle.cs
- EditorReuseAttribute.cs
- CodePropertyReferenceExpression.cs
- BezierSegment.cs
- EditorPartCollection.cs
- DateTimeFormat.cs
- Vector3dCollection.cs
- DataTransferEventArgs.cs
- PrintPreviewGraphics.cs
- TogglePatternIdentifiers.cs
- SqlResolver.cs
- RoutedEvent.cs
- XmlHierarchicalEnumerable.cs
- VarRemapper.cs
- VisualProxy.cs
- AstNode.cs
- CaseInsensitiveComparer.cs
- DbConvert.cs
- RootBrowserWindowProxy.cs
- TextTreeTextNode.cs
- EditableLabelControl.cs
- ValueTypePropertyReference.cs
- Lasso.cs
- DecimalAnimationUsingKeyFrames.cs
- Identity.cs
- AstNode.cs
- FacetValues.cs
- SamlAssertionKeyIdentifierClause.cs
- serverconfig.cs
- ValidationErrorInfo.cs
- EventlogProvider.cs
- DataBindingList.cs
- CachedPathData.cs
- ConnectionStringSettings.cs
- StructureChangedEventArgs.cs
- PageStatePersister.cs
- CommonProperties.cs
- XmlCharCheckingWriter.cs
- ReturnEventArgs.cs
- UInt32Converter.cs
- NativeRecognizer.cs
- OracleConnectionString.cs
- XamlStream.cs
- ContentPlaceHolder.cs
- SplashScreen.cs
- SelectorItemAutomationPeer.cs
- BinaryNode.cs
- SimpleTypesSurrogate.cs
- ApplicationTrust.cs
- ServiceParser.cs
- XslAst.cs
- DataGridHeaderBorder.cs
- KeyTime.cs
- XamlNamespaceHelper.cs
- ProxyAttribute.cs
- SerializableAttribute.cs
- UnsafeNativeMethods.cs
- _SslState.cs
- ObfuscationAttribute.cs
- Unit.cs