Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathGeometry.cs
- SerializableAuthorizationContext.cs
- ViewBase.cs
- TrackingWorkflowEventArgs.cs
- TileBrush.cs
- BaseCollection.cs
- ACL.cs
- CounterSampleCalculator.cs
- Condition.cs
- CodeAttributeDeclaration.cs
- ContentPresenter.cs
- CursorConverter.cs
- ISFTagAndGuidCache.cs
- UnicodeEncoding.cs
- ErrorWrapper.cs
- TypefaceMetricsCache.cs
- XmlUtilWriter.cs
- VirtualizedItemProviderWrapper.cs
- StrongNamePublicKeyBlob.cs
- _KerberosClient.cs
- SHA384Managed.cs
- RequestQueryParser.cs
- EdgeProfileValidation.cs
- GradientStop.cs
- ProviderMetadata.cs
- RIPEMD160Managed.cs
- Compilation.cs
- WebBrowserNavigatingEventHandler.cs
- SchemaTypeEmitter.cs
- InputLangChangeRequestEvent.cs
- Utility.cs
- HttpChannelHelper.cs
- FrameworkPropertyMetadata.cs
- FrameworkElementFactory.cs
- Control.cs
- ISFTagAndGuidCache.cs
- ProxyWebPartConnectionCollection.cs
- SoapServerMethod.cs
- MarshalByRefObject.cs
- UriExt.cs
- XhtmlConformanceSection.cs
- TdsEnums.cs
- SqlExpander.cs
- RelatedCurrencyManager.cs
- ErrorWebPart.cs
- WaitHandle.cs
- FilterException.cs
- ModuleBuilder.cs
- ParameterModifier.cs
- PointHitTestParameters.cs
- FileRecordSequenceHelper.cs
- ConsoleTraceListener.cs
- Base64Stream.cs
- Animatable.cs
- StylusTip.cs
- DocumentReference.cs
- UidPropertyAttribute.cs
- FileChangesMonitor.cs
- PageSetupDialog.cs
- GuidelineCollection.cs
- CompoundFileStreamReference.cs
- TextWriterTraceListener.cs
- ToolStripProgressBar.cs
- InternalCache.cs
- RectAnimationUsingKeyFrames.cs
- TextBoxAutomationPeer.cs
- MemberMaps.cs
- PageThemeParser.cs
- TextEmbeddedObject.cs
- BulletChrome.cs
- BrowserCapabilitiesCompiler.cs
- CompoundFileIOPermission.cs
- WeakRefEnumerator.cs
- KeyPullup.cs
- RelationshipFixer.cs
- WorkflowMarkupSerializationProvider.cs
- RectangleConverter.cs
- NameValuePair.cs
- Renderer.cs
- TypeDependencyAttribute.cs
- XsltCompileContext.cs
- EncoderExceptionFallback.cs
- CheckBox.cs
- FixedFlowMap.cs
- ParameterToken.cs
- TextBlockAutomationPeer.cs
- UnauthorizedWebPart.cs
- Point4DConverter.cs
- RelatedCurrencyManager.cs
- ToolStripItemRenderEventArgs.cs
- DataSourceCacheDurationConverter.cs
- RegistrySecurity.cs
- CustomErrorsSection.cs
- BoundField.cs
- recordstate.cs
- HelpKeywordAttribute.cs
- HybridDictionary.cs
- FactoryId.cs
- Size.cs
- ObjectConverter.cs