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
- LinqDataSourceDeleteEventArgs.cs
- QilInvokeLateBound.cs
- SqlVersion.cs
- DbProviderSpecificTypePropertyAttribute.cs
- XmlHierarchicalEnumerable.cs
- PerformanceCountersElement.cs
- NamespaceList.cs
- ColorContext.cs
- PreviewKeyDownEventArgs.cs
- EmptyEnumerator.cs
- SpeakInfo.cs
- ProjectedWrapper.cs
- Journaling.cs
- ArgumentDesigner.xaml.cs
- DataTableReader.cs
- PowerEase.cs
- ActivityTrace.cs
- MD5CryptoServiceProvider.cs
- ContextMenuAutomationPeer.cs
- TransformCryptoHandle.cs
- SetState.cs
- MissingManifestResourceException.cs
- DocumentReference.cs
- PropertyRef.cs
- odbcmetadatafactory.cs
- AttachedPropertyMethodSelector.cs
- ADRole.cs
- DurableInstance.cs
- ObjectTypeMapping.cs
- AuthorizationPolicyTypeElementCollection.cs
- XmlSerializationWriter.cs
- CacheMemory.cs
- DataTableTypeConverter.cs
- CompositeFontParser.cs
- ViewStateModeByIdAttribute.cs
- Matrix3DConverter.cs
- SQLRoleProvider.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- StreamAsIStream.cs
- RepeaterItemCollection.cs
- ForwardPositionQuery.cs
- XmlProcessingInstruction.cs
- _Rfc2616CacheValidators.cs
- ColumnHeaderCollectionEditor.cs
- ExcCanonicalXml.cs
- VisualStyleTypesAndProperties.cs
- ActivityExecutionFilter.cs
- EntityDescriptor.cs
- FocusManager.cs
- SurrogateDataContract.cs
- MissingMethodException.cs
- CoTaskMemHandle.cs
- UIPropertyMetadata.cs
- EventPropertyMap.cs
- MouseDevice.cs
- FormsAuthenticationUser.cs
- RotateTransform3D.cs
- XmlObjectSerializerReadContextComplexJson.cs
- SchemaConstraints.cs
- TouchDevice.cs
- FrameworkContentElementAutomationPeer.cs
- StyleSheet.cs
- InvalidOleVariantTypeException.cs
- ObjectDesignerDataSourceView.cs
- AnnotationAdorner.cs
- DTCTransactionManager.cs
- CommunicationException.cs
- JavaScriptSerializer.cs
- InputEventArgs.cs
- EntityDataSourceStatementEditor.cs
- DataGridViewCellValueEventArgs.cs
- PassportAuthenticationModule.cs
- PropertyFilter.cs
- MessageSmuggler.cs
- DefaultMemberAttribute.cs
- CodeMemberProperty.cs
- DBCommandBuilder.cs
- BooleanStorage.cs
- Property.cs
- QilStrConcatenator.cs
- InputEventArgs.cs
- StorageRoot.cs
- XmlCharCheckingReader.cs
- EntityClassGenerator.cs
- OracleNumber.cs
- MethodImplAttribute.cs
- FamilyTypefaceCollection.cs
- DataGridItemAttachedStorage.cs
- TreeView.cs
- FixedTextSelectionProcessor.cs
- HtmlFormParameterWriter.cs
- AuthStoreRoleProvider.cs
- IdSpace.cs
- ApplicationBuildProvider.cs
- FlowDocumentPageViewerAutomationPeer.cs
- SiteMapNodeCollection.cs
- ManagementInstaller.cs
- GetCryptoTransformRequest.cs
- IConvertible.cs
- SqlRowUpdatingEvent.cs