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
- XLinq.cs
- GACMembershipCondition.cs
- FixedSOMPageElement.cs
- RegexFCD.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- StrongNameHelpers.cs
- dbenumerator.cs
- _CookieModule.cs
- Convert.cs
- XmlValueConverter.cs
- Int32Storage.cs
- httpstaticobjectscollection.cs
- UserInitiatedNavigationPermission.cs
- Panel.cs
- ConsumerConnectionPoint.cs
- ValidationSummary.cs
- GetFileNameResult.cs
- DebugView.cs
- SQLChars.cs
- BuildManager.cs
- PagedDataSource.cs
- TabletDeviceInfo.cs
- ProtocolsConfigurationHandler.cs
- Peer.cs
- URL.cs
- xdrvalidator.cs
- ApplicationFileCodeDomTreeGenerator.cs
- NullableBoolConverter.cs
- ProcessThread.cs
- UnsafeNativeMethods.cs
- XmlUtilWriter.cs
- ToolStripLocationCancelEventArgs.cs
- designeractionbehavior.cs
- ErrorRuntimeConfig.cs
- DispatchOperationRuntime.cs
- SafeEventLogWriteHandle.cs
- ItemPager.cs
- ActivityExecutionContextCollection.cs
- SqlBinder.cs
- UTF7Encoding.cs
- DependencyProperty.cs
- UpdateExpressionVisitor.cs
- SspiNegotiationTokenProvider.cs
- XsltFunctions.cs
- EditBehavior.cs
- ValidationRule.cs
- xdrvalidator.cs
- ItemCheckEvent.cs
- HuffModule.cs
- ValidationErrorEventArgs.cs
- StaticFileHandler.cs
- PassportPrincipal.cs
- RPIdentityRequirement.cs
- DeferredSelectedIndexReference.cs
- RightsManagementEncryptedStream.cs
- PointAnimation.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- PropertyGrid.cs
- AdornerPresentationContext.cs
- followingsibling.cs
- ButtonField.cs
- StorageEndPropertyMapping.cs
- DesignerUtility.cs
- ByteArrayHelperWithString.cs
- SynchronizedChannelCollection.cs
- VerticalAlignConverter.cs
- XmlUTF8TextReader.cs
- AssemblyHelper.cs
- LicenseContext.cs
- CustomSignedXml.cs
- infer.cs
- OleDbParameter.cs
- SpotLight.cs
- ElementNotAvailableException.cs
- FunctionQuery.cs
- SecurityDocument.cs
- ContextDataSourceView.cs
- ServiceBusyException.cs
- MethodBuilder.cs
- WebPartAddingEventArgs.cs
- AliasExpr.cs
- QuaternionKeyFrameCollection.cs
- HiddenFieldPageStatePersister.cs
- StorageAssociationTypeMapping.cs
- MessagePropertyFilter.cs
- _BaseOverlappedAsyncResult.cs
- AlphaSortedEnumConverter.cs
- RegexTypeEditor.cs
- ColorInterpolationModeValidation.cs
- TextEditorCharacters.cs
- COM2PictureConverter.cs
- HtmlWindowCollection.cs
- AppDomain.cs
- _KerberosClient.cs
- AuthenticationModeHelper.cs
- SQLMoneyStorage.cs
- SaveFileDialog.cs
- SpnegoTokenAuthenticator.cs
- SqlEnums.cs
- UnmanagedMemoryStreamWrapper.cs