Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / SchemaTableColumn.cs / 1305376 / 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 public 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 public 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
- LinkUtilities.cs
- SchemaEntity.cs
- WebRequest.cs
- TargetConverter.cs
- EntityContainerEmitter.cs
- SystemResources.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SafeNativeMethods.cs
- FixedFindEngine.cs
- ColorTransformHelper.cs
- fixedPageContentExtractor.cs
- DeclaredTypeElement.cs
- ConstantExpression.cs
- ReferencedCollectionType.cs
- Hyperlink.cs
- ColorMatrix.cs
- TdsParserStateObject.cs
- ObjectDataSourceStatusEventArgs.cs
- ClassDataContract.cs
- GenericTextProperties.cs
- SqlDependencyUtils.cs
- FixedSOMFixedBlock.cs
- ACL.cs
- SortedList.cs
- ListContractAdapter.cs
- RowSpanVector.cs
- TagNameToTypeMapper.cs
- MulticastDelegate.cs
- File.cs
- SaveCardRequest.cs
- RoutedEventConverter.cs
- _LocalDataStoreMgr.cs
- AdCreatedEventArgs.cs
- TableRowGroupCollection.cs
- XsltArgumentList.cs
- Positioning.cs
- WebBrowser.cs
- GrammarBuilderWildcard.cs
- Cursors.cs
- XmlCharacterData.cs
- BitmapDecoder.cs
- XmlDocument.cs
- ProvidePropertyAttribute.cs
- WindowsAuthenticationModule.cs
- ArgumentOutOfRangeException.cs
- DataGridViewColumnCollection.cs
- LoginNameDesigner.cs
- TextAnchor.cs
- SmiEventSink_Default.cs
- Win32NamedPipes.cs
- StackBuilderSink.cs
- SecurityKeyUsage.cs
- DataMemberConverter.cs
- ToolStripItemEventArgs.cs
- HandlerBase.cs
- FileLoadException.cs
- NamespaceCollection.cs
- SQLCharsStorage.cs
- ImageSource.cs
- WindowsTokenRoleProvider.cs
- SafeHGlobalHandleCritical.cs
- ToolStripItemRenderEventArgs.cs
- TableCellAutomationPeer.cs
- MarginCollapsingState.cs
- ServiceHostFactory.cs
- LinearGradientBrush.cs
- XmlSchemaCollection.cs
- ListSortDescriptionCollection.cs
- LinkDescriptor.cs
- PersonalizationProvider.cs
- UpdateCommand.cs
- PriorityQueue.cs
- RemotingException.cs
- XsdBuilder.cs
- ErrorFormatterPage.cs
- DataServiceQuery.cs
- TrackBarRenderer.cs
- SQLMoney.cs
- InternalEnumValidatorAttribute.cs
- KeysConverter.cs
- RectangleF.cs
- WindowsFont.cs
- CodeExporter.cs
- DrawTreeNodeEventArgs.cs
- XmlIgnoreAttribute.cs
- WebPartTransformer.cs
- ReflectionServiceProvider.cs
- BamlLocalizableResource.cs
- StylusButtonEventArgs.cs
- EntityContainerEmitter.cs
- XmlElement.cs
- CryptoKeySecurity.cs
- RegexNode.cs
- Int16.cs
- WpfKnownType.cs
- KeyValuePair.cs
- InputScope.cs
- SQlBooleanStorage.cs
- XmlSerializationGeneratedCode.cs
- EncryptedPackageFilter.cs