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
- AncillaryOps.cs
- BaseDataList.cs
- OverflowException.cs
- ObjectContext.cs
- OleDbEnumerator.cs
- ChannelBase.cs
- ImageField.cs
- _AcceptOverlappedAsyncResult.cs
- DataControlReference.cs
- PrimitiveXmlSerializers.cs
- BindUriHelper.cs
- LeftCellWrapper.cs
- Style.cs
- RenderTargetBitmap.cs
- ServiceDescription.cs
- MethodBody.cs
- UnknownWrapper.cs
- HtmlTableRow.cs
- HttpHandlersSection.cs
- SimpleMailWebEventProvider.cs
- SolidColorBrush.cs
- StylusPlugin.cs
- _NegotiateClient.cs
- Dictionary.cs
- SchemaObjectWriter.cs
- DeviceSpecificDialogCachedState.cs
- HTTPRemotingHandler.cs
- FilteredDataSetHelper.cs
- TableLayoutStyle.cs
- NetworkInformationPermission.cs
- Add.cs
- DropDownButton.cs
- Win32.cs
- InternalBufferOverflowException.cs
- IImplicitResourceProvider.cs
- ExpressionDumper.cs
- PageEventArgs.cs
- ParserStreamGeometryContext.cs
- SystemPens.cs
- ResXFileRef.cs
- XmlTextReader.cs
- DataTemplateKey.cs
- DynamicDataResources.Designer.cs
- UnlockCardRequest.cs
- SelectedCellsCollection.cs
- ToolStripOverflow.cs
- ConstraintStruct.cs
- LayoutInformation.cs
- DBAsyncResult.cs
- KeyNotFoundException.cs
- LabelAutomationPeer.cs
- WebPageTraceListener.cs
- HostVisual.cs
- UnsafeNetInfoNativeMethods.cs
- SmtpAuthenticationManager.cs
- XmlSchemaInferenceException.cs
- MemberDescriptor.cs
- TypeHelpers.cs
- ObjectDataSourceFilteringEventArgs.cs
- XPathNode.cs
- SafeSecurityHandles.cs
- CorePropertiesFilter.cs
- PassportPrincipal.cs
- HttpVersion.cs
- KeyedPriorityQueue.cs
- CodeNamespace.cs
- TimeSpan.cs
- WebPartChrome.cs
- NativeMethods.cs
- RuntimeTrackingProfile.cs
- BamlResourceSerializer.cs
- SecurityTokenProvider.cs
- ContextMarshalException.cs
- mediapermission.cs
- WizardPanelChangingEventArgs.cs
- SqlConnectionManager.cs
- SupportsEventValidationAttribute.cs
- DesignerWebPartChrome.cs
- AutomationPatternInfo.cs
- ObjectCacheHost.cs
- RedistVersionInfo.cs
- HttpCapabilitiesEvaluator.cs
- CalendarModeChangedEventArgs.cs
- AttributeXamlType.cs
- CqlBlock.cs
- SafeSecurityHelper.cs
- ASCIIEncoding.cs
- SiteMapHierarchicalDataSourceView.cs
- TextBoxView.cs
- StyleSheetRefUrlEditor.cs
- SslStreamSecurityUpgradeProvider.cs
- TemplatedMailWebEventProvider.cs
- Int64AnimationUsingKeyFrames.cs
- ColumnWidthChangedEvent.cs
- InstallHelper.cs
- PowerStatus.cs
- ErrorFormatterPage.cs
- CacheAxisQuery.cs
- NameValuePair.cs
- SettingsAttributes.cs