Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / Common / SchemaTableColumn.cs / 1 / SchemaTableColumn.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.Common {
// required columns that DataAdapter.Fill(Schema) will pay attention to
// when constructing new DataColumns to add to a DataTable
#if WINFSInternalOnly
internal
#else
public
#endif
static class SchemaTableColumn {
public static readonly string ColumnName = "ColumnName";
public static readonly string ColumnOrdinal = "ColumnOrdinal";
public static readonly string ColumnSize = "ColumnSize";
public static readonly string NumericPrecision = "NumericPrecision";
public static readonly string NumericScale = "NumericScale";
public static readonly string DataType = "DataType";
public static readonly string ProviderType = "ProviderType";
public static readonly string NonVersionedProviderType = "NonVersionedProviderType";
public static readonly string IsLong = "IsLong";
public static readonly string AllowDBNull = "AllowDBNull";
public static readonly string IsAliased = "IsAliased";
public static readonly string IsExpression = "IsExpression";
public static readonly string IsKey = "IsKey";
public static readonly string IsUnique = "IsUnique";
public static readonly string BaseSchemaName = "BaseSchemaName";
public static readonly string BaseTableName = "BaseTableName";
public static readonly string BaseColumnName = "BaseColumnName";
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.Common {
// required columns that DataAdapter.Fill(Schema) will pay attention to
// when constructing new DataColumns to add to a DataTable
#if WINFSInternalOnly
internal
#else
public
#endif
static class SchemaTableColumn {
public static readonly string ColumnName = "ColumnName";
public static readonly string ColumnOrdinal = "ColumnOrdinal";
public static readonly string ColumnSize = "ColumnSize";
public static readonly string NumericPrecision = "NumericPrecision";
public static readonly string NumericScale = "NumericScale";
public static readonly string DataType = "DataType";
public static readonly string ProviderType = "ProviderType";
public static readonly string NonVersionedProviderType = "NonVersionedProviderType";
public static readonly string IsLong = "IsLong";
public static readonly string AllowDBNull = "AllowDBNull";
public static readonly string IsAliased = "IsAliased";
public static readonly string IsExpression = "IsExpression";
public static readonly string IsKey = "IsKey";
public static readonly string IsUnique = "IsUnique";
public static readonly string BaseSchemaName = "BaseSchemaName";
public static readonly string BaseTableName = "BaseTableName";
public static readonly string BaseColumnName = "BaseColumnName";
}
}
// 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
- WinEventHandler.cs
- SrgsGrammar.cs
- InsufficientMemoryException.cs
- NotifyIcon.cs
- ControlParameter.cs
- TypeConverter.cs
- ValidatedControlConverter.cs
- Dictionary.cs
- StylusPointProperty.cs
- SingleResultAttribute.cs
- Decorator.cs
- AutoResizedEvent.cs
- EntityViewGenerationConstants.cs
- PeerPresenceInfo.cs
- httpstaticobjectscollection.cs
- ScriptHandlerFactory.cs
- Stylesheet.cs
- GiveFeedbackEvent.cs
- ImmutablePropertyDescriptorGridEntry.cs
- CompiledRegexRunnerFactory.cs
- ScriptIgnoreAttribute.cs
- ProvidersHelper.cs
- InsufficientMemoryException.cs
- SqlDeflator.cs
- HttpCacheParams.cs
- FormViewModeEventArgs.cs
- SweepDirectionValidation.cs
- NamedObject.cs
- CryptoApi.cs
- RegexNode.cs
- ResourcesGenerator.cs
- MulticastIPAddressInformationCollection.cs
- wgx_exports.cs
- WebPartZoneBaseDesigner.cs
- BuildResult.cs
- CommandID.cs
- SelectedGridItemChangedEvent.cs
- Int64Storage.cs
- VerificationException.cs
- HelloOperationCD1AsyncResult.cs
- DataGridViewCellConverter.cs
- AsnEncodedData.cs
- CompiledRegexRunnerFactory.cs
- DataGridComponentEditor.cs
- FormViewPagerRow.cs
- MenuItemAutomationPeer.cs
- Msec.cs
- ExpressionCopier.cs
- SafeSystemMetrics.cs
- StrongNamePublicKeyBlob.cs
- RunWorkerCompletedEventArgs.cs
- HtmlControl.cs
- Context.cs
- Fault.cs
- UserPreference.cs
- Deserializer.cs
- NetworkInformationException.cs
- DataGridBoolColumn.cs
- ServiceNameCollection.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- GacUtil.cs
- OletxCommittableTransaction.cs
- OAVariantLib.cs
- HtmlInputText.cs
- SolidColorBrush.cs
- COM2ICategorizePropertiesHandler.cs
- MdiWindowListItemConverter.cs
- XmlDeclaration.cs
- ResetableIterator.cs
- SAPIEngineTypes.cs
- XmlStreamStore.cs
- LocalizationCodeDomSerializer.cs
- CacheMemory.cs
- PropertyToken.cs
- WebPartExportVerb.cs
- SerializationInfo.cs
- UniqueConstraint.cs
- SoapCodeExporter.cs
- GeneralTransform3DGroup.cs
- WebPartZoneCollection.cs
- MailAddressCollection.cs
- _KerberosClient.cs
- _SslSessionsCache.cs
- TextParaLineResult.cs
- MouseActionValueSerializer.cs
- StyleCollectionEditor.cs
- SignatureHelper.cs
- Monitor.cs
- SqlUdtInfo.cs
- TemplateControlCodeDomTreeGenerator.cs
- PingOptions.cs
- SafeTokenHandle.cs
- DropShadowBitmapEffect.cs
- PassportAuthentication.cs
- Gdiplus.cs
- ValueTable.cs
- ObjectListCommandEventArgs.cs
- ContextProperty.cs
- SingleSelectRootGridEntry.cs
- ResolveCriteria11.cs