Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / SchemaTableOptionalColumn.cs / 1305376 / SchemaTableOptionalColumn.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { // optional columns that DataAdapter.Fill(Schema) will pay attention to // when constructing new DataColumns to add to a DataTable public static class SchemaTableOptionalColumn { public static readonly string ProviderSpecificDataType = "ProviderSpecificDataType"; public static readonly string IsAutoIncrement = "IsAutoIncrement"; public static readonly string IsHidden = "IsHidden"; public static readonly string IsReadOnly = "IsReadOnly"; public static readonly string IsRowVersion = "IsRowVersion"; public static readonly string BaseServerName = "BaseServerName"; public static readonly string BaseCatalogName = "BaseCatalogName"; public static readonly string AutoIncrementSeed = "AutoIncrementSeed"; public static readonly string AutoIncrementStep = "AutoIncrementStep"; public static readonly string DefaultValue = "DefaultValue"; public static readonly string Expression = "Expression"; public static readonly string BaseTableNamespace = "BaseTableNamespace"; public static readonly string BaseColumnNamespace = "BaseColumnNamespace"; public static readonly string ColumnMapping = "ColumnMapping"; } } // 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
- ImageBrush.cs
- EntryWrittenEventArgs.cs
- DoubleAnimationUsingKeyFrames.cs
- MessageHeaderDescription.cs
- TreePrinter.cs
- Bitmap.cs
- JpegBitmapDecoder.cs
- TabItemWrapperAutomationPeer.cs
- InheritedPropertyDescriptor.cs
- Brushes.cs
- MetadataSerializer.cs
- ColumnHeader.cs
- SchemaMapping.cs
- HtmlToClrEventProxy.cs
- Message.cs
- DbgCompiler.cs
- HtmlFormWrapper.cs
- TransformGroup.cs
- Transform3D.cs
- SrgsRuleRef.cs
- BasicBrowserDialog.designer.cs
- VirtualizingStackPanel.cs
- FileLoadException.cs
- DefaultAsyncDataDispatcher.cs
- BStrWrapper.cs
- SchemaCollectionCompiler.cs
- ArraySortHelper.cs
- CodeChecksumPragma.cs
- CompareInfo.cs
- SourceFileInfo.cs
- EventData.cs
- WindowsScrollBar.cs
- Model3DGroup.cs
- AppSettingsExpressionBuilder.cs
- DelegateHelpers.Generated.cs
- SecurityException.cs
- HtmlEmptyTagControlBuilder.cs
- SizeLimitedCache.cs
- _ListenerAsyncResult.cs
- PrivilegeNotHeldException.cs
- WrapPanel.cs
- SafeLibraryHandle.cs
- ModelUIElement3D.cs
- TextBoxRenderer.cs
- Exceptions.cs
- DependencyPropertyKind.cs
- AutomationEvent.cs
- SystemWebSectionGroup.cs
- XmlReflectionMember.cs
- SecurityPermission.cs
- PathSegmentCollection.cs
- LicenseManager.cs
- DropDownHolder.cs
- PrintDocument.cs
- AttachInfo.cs
- ClientSession.cs
- ProvidePropertyAttribute.cs
- XsdBuilder.cs
- SemanticResolver.cs
- SQLBytesStorage.cs
- DoubleMinMaxAggregationOperator.cs
- MediaSystem.cs
- ClientSession.cs
- WMICapabilities.cs
- InputScopeConverter.cs
- AnimationLayer.cs
- AndCondition.cs
- CapiSafeHandles.cs
- InvokeBase.cs
- StyleCollection.cs
- PageStatePersister.cs
- BufferedGraphicsContext.cs
- Vector3D.cs
- SettingsContext.cs
- TreeNodeClickEventArgs.cs
- NullRuntimeConfig.cs
- documentsequencetextpointer.cs
- UserThread.cs
- WebSysDescriptionAttribute.cs
- CommonRemoteMemoryBlock.cs
- DataGridViewSelectedRowCollection.cs
- XmlAttributeOverrides.cs
- SerialReceived.cs
- AnimationClockResource.cs
- Cursor.cs
- GorillaCodec.cs
- SRef.cs
- DesignerAutoFormatCollection.cs
- CellParaClient.cs
- RowVisual.cs
- InputEventArgs.cs
- Helper.cs
- namescope.cs
- CustomSignedXml.cs
- ForwardPositionQuery.cs
- RectConverter.cs
- ServiceReference.cs
- WorkflowLayouts.cs
- ConfigXmlText.cs
- PenThread.cs