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
- PKCS1MaskGenerationMethod.cs
- PartialArray.cs
- DispatchOperation.cs
- CqlGenerator.cs
- SelectionProviderWrapper.cs
- CrossContextChannel.cs
- Oid.cs
- HttpDebugHandler.cs
- MaskInputRejectedEventArgs.cs
- ParseHttpDate.cs
- ImportContext.cs
- Relationship.cs
- oledbconnectionstring.cs
- XmlResolver.cs
- ExpressionContext.cs
- ForceCopyBuildProvider.cs
- EntityConnection.cs
- DataGridViewRowPrePaintEventArgs.cs
- DateTime.cs
- RayMeshGeometry3DHitTestResult.cs
- FileLevelControlBuilderAttribute.cs
- RsaSecurityToken.cs
- QilExpression.cs
- BinaryMethodMessage.cs
- SafeRightsManagementPubHandle.cs
- UrlMapping.cs
- ManualResetEvent.cs
- NullableFloatMinMaxAggregationOperator.cs
- TablePattern.cs
- Command.cs
- ParallelTimeline.cs
- ConnectionOrientedTransportManager.cs
- WpfKnownMemberInvoker.cs
- Light.cs
- PropertyMapper.cs
- HyperLinkField.cs
- mda.cs
- ParameterModifier.cs
- odbcmetadatacollectionnames.cs
- PropertyChangeTracker.cs
- AmbientLight.cs
- DataGridViewBindingCompleteEventArgs.cs
- BitSet.cs
- FollowerQueueCreator.cs
- InstanceDescriptor.cs
- RuntimeResourceSet.cs
- Thumb.cs
- Geometry.cs
- AnyReturnReader.cs
- DropShadowEffect.cs
- SwitchElementsCollection.cs
- DictionaryEntry.cs
- parserscommon.cs
- XmlNodeList.cs
- NameSpaceExtractor.cs
- DataGridViewColumnHeaderCell.cs
- TextDpi.cs
- WebPartHeaderCloseVerb.cs
- ActivityBindForm.Designer.cs
- SmiEventSink_Default.cs
- TabControlAutomationPeer.cs
- WsatEtwTraceListener.cs
- PropertySegmentSerializer.cs
- FixedSOMLineCollection.cs
- LoginView.cs
- HijriCalendar.cs
- ToolStripDropDownClosingEventArgs.cs
- DataReceivedEventArgs.cs
- CustomLineCap.cs
- WebPartConnectionsConnectVerb.cs
- ParseNumbers.cs
- SqlDataSourceView.cs
- DetailsViewRow.cs
- RegexCompiler.cs
- precedingquery.cs
- SqlStatistics.cs
- BinHexDecoder.cs
- GregorianCalendarHelper.cs
- CollectionBuilder.cs
- WebRequestModulesSection.cs
- CompilationLock.cs
- HMACMD5.cs
- TypedTableHandler.cs
- EncryptedHeaderXml.cs
- MethodRental.cs
- ObjectDataSourceChooseMethodsPanel.cs
- TextDecoration.cs
- SecurityException.cs
- WrappedIUnknown.cs
- Dispatcher.cs
- ProviderException.cs
- Matrix3DConverter.cs
- MouseActionValueSerializer.cs
- HMACSHA1.cs
- ResourcesGenerator.cs
- WsdlBuildProvider.cs
- DataTemplateKey.cs
- CodeTypeReferenceExpression.cs
- SettingsPropertyValueCollection.cs
- HandleCollector.cs