Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / SchemaTableColumn.cs / 1305376 / 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 public 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 public 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
- AssemblyNameUtility.cs
- PeerSecurityHelpers.cs
- SQLInt16Storage.cs
- EntityDataSourceContainerNameConverter.cs
- RegexCode.cs
- ItemCollection.cs
- PrintPreviewGraphics.cs
- QilTargetType.cs
- TextRangeEditTables.cs
- GridViewEditEventArgs.cs
- LineServices.cs
- DefaultMemberAttribute.cs
- ConsumerConnectionPoint.cs
- PriorityQueue.cs
- AspCompat.cs
- ProxyHelper.cs
- XmlDataProvider.cs
- UnsignedPublishLicense.cs
- NamespaceQuery.cs
- SqlUserDefinedTypeAttribute.cs
- Mutex.cs
- ComponentResourceKeyConverter.cs
- ObjectViewListener.cs
- HandlerBase.cs
- Match.cs
- ModelItemCollection.cs
- WindowsImpersonationContext.cs
- ProcessManager.cs
- BaseResourcesBuildProvider.cs
- InputLangChangeRequestEvent.cs
- SystemColors.cs
- SerialPort.cs
- AutomationProperties.cs
- VirtualizedContainerService.cs
- RtType.cs
- LoadGrammarCompletedEventArgs.cs
- NestPullup.cs
- ILGenerator.cs
- OperationInvokerTrace.cs
- _TransmitFileOverlappedAsyncResult.cs
- SingleTagSectionHandler.cs
- IIS7UserPrincipal.cs
- WebPartEditorCancelVerb.cs
- EncryptedKey.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ConsoleKeyInfo.cs
- CodeDirectionExpression.cs
- HttpPostClientProtocol.cs
- StateDesigner.cs
- JournalEntryListConverter.cs
- ByteStack.cs
- EditorAttribute.cs
- LassoHelper.cs
- WindowsFormsEditorServiceHelper.cs
- DynamicDiscoveryDocument.cs
- ActivationServices.cs
- XdrBuilder.cs
- HttpDebugHandler.cs
- DocumentScope.cs
- SiteMapNodeItem.cs
- XMLUtil.cs
- assemblycache.cs
- SecurityState.cs
- SectionInput.cs
- DialogResultConverter.cs
- RawStylusActions.cs
- LinearKeyFrames.cs
- MultiPropertyDescriptorGridEntry.cs
- BackEase.cs
- CompilerError.cs
- recordstatefactory.cs
- SoapIgnoreAttribute.cs
- ScriptModule.cs
- FieldBuilder.cs
- GenericTypeParameterBuilder.cs
- VirtualDirectoryMapping.cs
- PopupRoot.cs
- WebBrowserBase.cs
- TypefaceMap.cs
- WaitHandle.cs
- PeerInvitationResponse.cs
- GAC.cs
- SHA512.cs
- MediaPlayer.cs
- GridViewRowEventArgs.cs
- SqlDataSourceStatusEventArgs.cs
- ConstructorBuilder.cs
- SafeNativeMethodsCLR.cs
- BrowserCapabilitiesCodeGenerator.cs
- SqlDataSourceCommandEventArgs.cs
- MenuItemBindingCollection.cs
- PackageDigitalSignature.cs
- PropertyChangedEventArgs.cs
- ExtractedStateEntry.cs
- PhysicalAddress.cs
- SharedStatics.cs
- Control.cs
- Options.cs
- MarkupCompilePass2.cs
- DataRelationPropertyDescriptor.cs