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
- Canvas.cs
- ManagedWndProcTracker.cs
- AutoResetEvent.cs
- PropertyInfoSet.cs
- WindowsButton.cs
- StatusBarPanel.cs
- ConfigurationValue.cs
- ProcessModelInfo.cs
- ConstraintStruct.cs
- SessionStateUtil.cs
- SoapExtensionImporter.cs
- ExtensionFile.cs
- DBBindings.cs
- Walker.cs
- DependencyPropertyConverter.cs
- FileSystemEventArgs.cs
- UInt32.cs
- RegionData.cs
- HybridDictionary.cs
- StorageModelBuildProvider.cs
- FixedPage.cs
- WSHttpBinding.cs
- Polygon.cs
- DragDeltaEventArgs.cs
- ExpressionVisitorHelpers.cs
- KeyEvent.cs
- IPHostEntry.cs
- IList.cs
- FixedSchema.cs
- ButtonChrome.cs
- ThaiBuddhistCalendar.cs
- TitleStyle.cs
- GridEntryCollection.cs
- WindowsRebar.cs
- IntSumAggregationOperator.cs
- WebException.cs
- ArrayTypeMismatchException.cs
- ConfigurationSchemaErrors.cs
- BitmapEffectGroup.cs
- ItemContainerGenerator.cs
- TimeSpanMinutesConverter.cs
- OpenTypeMethods.cs
- SessionEndedEventArgs.cs
- Asn1IntegerConverter.cs
- ViewBase.cs
- WindowsListViewGroupSubsetLink.cs
- MarkupObject.cs
- HtmlInputImage.cs
- ObjectAnimationUsingKeyFrames.cs
- ActivityWithResultValueSerializer.cs
- SymbolMethod.cs
- BinarySecretSecurityToken.cs
- LinkUtilities.cs
- Point3D.cs
- ListParagraph.cs
- SqlLiftWhereClauses.cs
- PrintControllerWithStatusDialog.cs
- ResourceProviderFactory.cs
- JournalEntry.cs
- WebPartEditorOkVerb.cs
- HotCommands.cs
- ServiceDescription.cs
- OleDbDataReader.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- ReadOnlyCollectionBase.cs
- SqlUtil.cs
- TypeFieldSchema.cs
- DescendantOverDescendantQuery.cs
- VirtualPathProvider.cs
- ScrollProperties.cs
- DataGridViewCellParsingEventArgs.cs
- TextContainerHelper.cs
- DesignSurfaceManager.cs
- AttributeEmitter.cs
- PropertyGridCommands.cs
- New.cs
- WebPartVerb.cs
- WebPartConnectionsCancelEventArgs.cs
- DataGridViewImageCell.cs
- HtmlInputPassword.cs
- ColorTransformHelper.cs
- SQLInt32.cs
- CodeGenerator.cs
- EdmToObjectNamespaceMap.cs
- ChannelSinkStacks.cs
- FormattedText.cs
- MsiStyleLogWriter.cs
- TextBoxAutomationPeer.cs
- PtsHost.cs
- XmlSchemaSimpleTypeUnion.cs
- DesignTimeTemplateParser.cs
- Logging.cs
- MsmqBindingBase.cs
- UnmanagedBitmapWrapper.cs
- Buffer.cs
- GlobalizationAssembly.cs
- AdapterDictionary.cs
- PenThreadWorker.cs
- BuildResult.cs
- LayoutManager.cs