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
- XmlSchemaSimpleContentRestriction.cs
- HtmlControl.cs
- SafeBitVector32.cs
- CommandDevice.cs
- WindowsGraphics.cs
- PassportAuthenticationModule.cs
- ComponentEditorPage.cs
- CollectionViewProxy.cs
- PixelFormatConverter.cs
- TrackingConditionCollection.cs
- BufferedGraphicsContext.cs
- EntityDataSourceWrapperCollection.cs
- ToolStripContainerDesigner.cs
- Avt.cs
- WCFServiceClientProxyGenerator.cs
- DataGrid.cs
- DependencyObjectProvider.cs
- Tablet.cs
- SuppressIldasmAttribute.cs
- PageParserFilter.cs
- CodeCatchClauseCollection.cs
- BuildProviderUtils.cs
- SqlNotificationRequest.cs
- SqlUtils.cs
- VersionPair.cs
- FilteredAttributeCollection.cs
- ByteKeyFrameCollection.cs
- XmlSerializerFactory.cs
- DeviceContexts.cs
- StackBuilderSink.cs
- DatagridviewDisplayedBandsData.cs
- DateTimeStorage.cs
- NoneExcludedImageIndexConverter.cs
- _HeaderInfo.cs
- PeerApplication.cs
- SimpleBitVector32.cs
- HierarchicalDataSourceControl.cs
- TogglePatternIdentifiers.cs
- Screen.cs
- CursorConverter.cs
- StateChangeEvent.cs
- CachedBitmap.cs
- RightNameExpirationInfoPair.cs
- HttpRuntime.cs
- WorkflowMarkupSerializationException.cs
- EntitySetBase.cs
- TypeContext.cs
- DbDataAdapter.cs
- EmptyStringExpandableObjectConverter.cs
- Authorization.cs
- TimeSpanConverter.cs
- AssertFilter.cs
- NumericExpr.cs
- FirstMatchCodeGroup.cs
- TargetException.cs
- StorageFunctionMapping.cs
- OleDbWrapper.cs
- UnsafePeerToPeerMethods.cs
- ChameleonKey.cs
- MenuStrip.cs
- XmlWrappingReader.cs
- UriWriter.cs
- UnsafeNativeMethods.cs
- HtmlElement.cs
- SizeLimitedCache.cs
- ReliabilityContractAttribute.cs
- FusionWrap.cs
- AttributeProviderAttribute.cs
- ClientViaElement.cs
- SchemaEntity.cs
- MouseWheelEventArgs.cs
- DesignerDataRelationship.cs
- UInt16.cs
- FilterQuery.cs
- TextMetrics.cs
- basenumberconverter.cs
- NetworkInformationException.cs
- MaskedTextBoxTextEditor.cs
- ServiceReference.cs
- AbandonedMutexException.cs
- UpdatePanel.cs
- ExclusiveHandle.cs
- StrongNameMembershipCondition.cs
- LabelAutomationPeer.cs
- Vector3DConverter.cs
- ToolboxItem.cs
- CodeAccessPermission.cs
- ObjectCacheHost.cs
- ProfileBuildProvider.cs
- InOutArgument.cs
- ExceptionUtil.cs
- EventManager.cs
- DataGridViewDataConnection.cs
- SSmlParser.cs
- LabelLiteral.cs
- HttpAsyncResult.cs
- _FtpDataStream.cs
- CircleHotSpot.cs
- RedirectionProxy.cs
- HtmlInputImage.cs