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
- StateRuntime.cs
- BaseTreeIterator.cs
- XPathDocumentNavigator.cs
- SQLGuid.cs
- SoapMessage.cs
- OverflowException.cs
- EarlyBoundInfo.cs
- OutputScopeManager.cs
- OAVariantLib.cs
- XmlElementList.cs
- BindingValueChangedEventArgs.cs
- ValidationRule.cs
- TableLayoutStyleCollection.cs
- SetState.cs
- ErrorProvider.cs
- FixedSOMPageElement.cs
- ListViewCancelEventArgs.cs
- DbgCompiler.cs
- DbProviderManifest.cs
- BoundColumn.cs
- Axis.cs
- DropSource.cs
- Point3DCollection.cs
- XmlSchemaValidationException.cs
- SqlTopReducer.cs
- FrameworkElement.cs
- RoleGroupCollection.cs
- SortedList.cs
- XPathSelectionIterator.cs
- GetWinFXPath.cs
- EntityDataSourceReferenceGroup.cs
- CodeObjectCreateExpression.cs
- DataColumn.cs
- LateBoundBitmapDecoder.cs
- ReaderWriterLockWrapper.cs
- Span.cs
- DocumentGridContextMenu.cs
- OpenFileDialog.cs
- ControlDesigner.cs
- FrameworkElement.cs
- DesignerActionVerbItem.cs
- Pair.cs
- CheckBox.cs
- SecondaryIndexList.cs
- MetaData.cs
- HMAC.cs
- DataGridLinkButton.cs
- ListViewTableCell.cs
- WinInetCache.cs
- DataPagerField.cs
- DecoderFallback.cs
- DragCompletedEventArgs.cs
- ImageDrawing.cs
- ByteAnimation.cs
- SqlLiftIndependentRowExpressions.cs
- TransportationConfigurationTypeInstallComponent.cs
- PrintDialogDesigner.cs
- HtmlLink.cs
- SpeakInfo.cs
- HtmlImage.cs
- Condition.cs
- UTF32Encoding.cs
- ResizeBehavior.cs
- SqlFacetAttribute.cs
- CheckableControlBaseAdapter.cs
- Message.cs
- Parameter.cs
- BuildProviderCollection.cs
- EventWaitHandleSecurity.cs
- EndpointDiscoveryBehavior.cs
- BooleanConverter.cs
- prefixendpointaddressmessagefiltertable.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Line.cs
- HijriCalendar.cs
- UnaryNode.cs
- Viewport2DVisual3D.cs
- PointAnimationUsingPath.cs
- SpotLight.cs
- ISSmlParser.cs
- NotCondition.cs
- FileDialog.cs
- X500Name.cs
- ContainerControl.cs
- ChangesetResponse.cs
- METAHEADER.cs
- RenderData.cs
- Compensate.cs
- UserControl.cs
- SynchronizedInputHelper.cs
- QueryParameter.cs
- FlowStep.cs
- InvokeGenerator.cs
- PropertyGroupDescription.cs
- SecondaryIndexList.cs
- Setter.cs
- VisualBrush.cs
- DefaultObjectSerializer.cs
- HashStream.cs
- MultipartIdentifier.cs