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
- MLangCodePageEncoding.cs
- CategoryNameCollection.cs
- LayoutUtils.cs
- ExchangeUtilities.cs
- RegionInfo.cs
- GridViewEditEventArgs.cs
- SqlCharStream.cs
- Crypto.cs
- SqlWorkflowInstanceStoreLock.cs
- BoundColumn.cs
- MergablePropertyAttribute.cs
- SemanticResultValue.cs
- PopOutPanel.cs
- PropertyNames.cs
- TypeSchema.cs
- SplineQuaternionKeyFrame.cs
- PerformanceCounter.cs
- CanExecuteRoutedEventArgs.cs
- ClientUtils.cs
- SiteMapPathDesigner.cs
- KeyEvent.cs
- _LocalDataStoreMgr.cs
- PropertyEmitter.cs
- TextEditorTyping.cs
- BitmapCodecInfoInternal.cs
- SingleObjectCollection.cs
- TransformValueSerializer.cs
- XPathNodeList.cs
- _StreamFramer.cs
- ProfileSettingsCollection.cs
- HandlerBase.cs
- CodeDirectiveCollection.cs
- EntityConnectionStringBuilder.cs
- QuaternionAnimationUsingKeyFrames.cs
- Int32.cs
- AppliesToBehaviorDecisionTable.cs
- TextEndOfParagraph.cs
- IPGlobalProperties.cs
- RegexEditorDialog.cs
- TypeReference.cs
- SystemIcmpV6Statistics.cs
- HierarchicalDataSourceControl.cs
- SystemKeyConverter.cs
- MetadataItemSerializer.cs
- StateDesigner.Helpers.cs
- TextRangeBase.cs
- DataGridItem.cs
- BooleanStorage.cs
- TableCellCollection.cs
- DiagnosticSection.cs
- ProcessHostFactoryHelper.cs
- FrameworkContentElementAutomationPeer.cs
- RootProfilePropertySettingsCollection.cs
- XmlIncludeAttribute.cs
- RenderingEventArgs.cs
- UnsafeNativeMethods.cs
- FormViewAutoFormat.cs
- ObjectStateManager.cs
- DbMetaDataColumnNames.cs
- PathStreamGeometryContext.cs
- DependencyPropertyDescriptor.cs
- StateItem.cs
- ExtendedProperty.cs
- ReservationNotFoundException.cs
- EntryPointNotFoundException.cs
- TypeConverter.cs
- RemoteArgument.cs
- SqlGenericUtil.cs
- DataServiceEntityAttribute.cs
- TdsEnums.cs
- PointLightBase.cs
- StandardTransformFactory.cs
- ControlCachePolicy.cs
- ProfileService.cs
- IImplicitResourceProvider.cs
- TextOnlyOutput.cs
- DocumentSequence.cs
- SerializationStore.cs
- CdpEqualityComparer.cs
- WindowsHyperlink.cs
- PagerSettings.cs
- KnowledgeBase.cs
- DispatcherSynchronizationContext.cs
- CodeAttributeArgument.cs
- TreeNodeCollection.cs
- ResourceDescriptionAttribute.cs
- SqlDataSourceCommandEventArgs.cs
- LocalizedNameDescriptionPair.cs
- ExpressionBuilder.cs
- NullReferenceException.cs
- HttpWebRequest.cs
- DataGridViewControlCollection.cs
- TreePrinter.cs
- Message.cs
- StorageSetMapping.cs
- XmlCharCheckingWriter.cs
- PictureBox.cs
- TabPage.cs
- WebPartChrome.cs
- ZipIOCentralDirectoryDigitalSignature.cs