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
- WebBrowserProgressChangedEventHandler.cs
- Html32TextWriter.cs
- InvalidAsynchronousStateException.cs
- PowerModeChangedEventArgs.cs
- WebUtil.cs
- HttpErrorTraceRecord.cs
- UnsafeNativeMethodsTablet.cs
- OutputWindow.cs
- dataobject.cs
- TextRange.cs
- TypeUsageBuilder.cs
- XmlDeclaration.cs
- ConfigXmlDocument.cs
- ColumnTypeConverter.cs
- BaseCollection.cs
- SmiRequestExecutor.cs
- SparseMemoryStream.cs
- MergablePropertyAttribute.cs
- XmlArrayItemAttribute.cs
- WindowsListViewGroupHelper.cs
- ResourcesChangeInfo.cs
- XmlSchemaRedefine.cs
- StringSource.cs
- BaseCodeDomTreeGenerator.cs
- EntityWithChangeTrackerStrategy.cs
- EntityWithKeyStrategy.cs
- MultiView.cs
- QueryParameter.cs
- GeneralTransformGroup.cs
- ItemType.cs
- UnsafeNativeMethods.cs
- TypeContext.cs
- TextSelectionProcessor.cs
- BooleanFacetDescriptionElement.cs
- FileSystemWatcher.cs
- SimpleTypeResolver.cs
- GreenMethods.cs
- ScrollViewerAutomationPeer.cs
- Pair.cs
- CommonObjectSecurity.cs
- Util.cs
- ContentControl.cs
- ConfigurationUtility.cs
- AutomationEvent.cs
- MenuItemCollection.cs
- HashMembershipCondition.cs
- MenuTracker.cs
- EdgeProfileValidation.cs
- XamlStream.cs
- DBCommand.cs
- Stack.cs
- VirtualizedCellInfoCollection.cs
- DataServiceExpressionVisitor.cs
- NamedPipeConnectionPool.cs
- MetadataSource.cs
- AlgoModule.cs
- BuildResultCache.cs
- ArrangedElement.cs
- Rfc2898DeriveBytes.cs
- UserControlDocumentDesigner.cs
- HtmlTableCell.cs
- VersionedStream.cs
- SiteIdentityPermission.cs
- CrossSiteScriptingValidation.cs
- DataGridPagingPage.cs
- cookie.cs
- TextSearch.cs
- BasicExpressionVisitor.cs
- CodeExporter.cs
- GlyphManager.cs
- UnsafeNativeMethods.cs
- SamlAttribute.cs
- BaseCodePageEncoding.cs
- EmbeddedMailObjectsCollection.cs
- AutomationFocusChangedEventArgs.cs
- TextFormatterHost.cs
- TypeDependencyAttribute.cs
- ScopedKnownTypes.cs
- ReceiveActivityDesigner.cs
- EUCJPEncoding.cs
- AssemblyAssociatedContentFileAttribute.cs
- ToolbarAUtomationPeer.cs
- CqlParserHelpers.cs
- ReferentialConstraint.cs
- ProfileProvider.cs
- SafeTimerHandle.cs
- EntityProxyFactory.cs
- dataobject.cs
- CodeCatchClauseCollection.cs
- XmlSchemaExporter.cs
- App.cs
- FormViewModeEventArgs.cs
- LayoutTableCell.cs
- PlainXmlWriter.cs
- DesignBindingEditor.cs
- Event.cs
- XmlReflectionMember.cs
- Interlocked.cs
- HandlerWithFactory.cs
- MatrixTransform.cs