Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / ProviderBase / DbMetaDataColumnNames.cs / 1 / DbMetaDataColumnNames.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { #if WINFSInternalOnly internal #else public #endif static class DbMetaDataColumnNames { public static readonly string CollectionName = "CollectionName"; public static readonly string ColumnSize = "ColumnSize"; public static readonly string CompositeIdentifierSeparatorPattern = "CompositeIdentifierSeparatorPattern"; public static readonly string CreateFormat = "CreateFormat"; public static readonly string CreateParameters = "CreateParameters"; public static readonly string DataSourceProductName = "DataSourceProductName"; public static readonly string DataSourceProductVersion = "DataSourceProductVersion"; public static readonly string DataType = "DataType"; public static readonly string DataSourceProductVersionNormalized = "DataSourceProductVersionNormalized"; public static readonly string GroupByBehavior = "GroupByBehavior"; public static readonly string IdentifierCase = "IdentifierCase"; public static readonly string IdentifierPattern = "IdentifierPattern"; public static readonly string IsAutoIncrementable = "IsAutoIncrementable"; public static readonly string IsBestMatch = "IsBestMatch"; public static readonly string IsCaseSensitive = "IsCaseSensitive"; public static readonly string IsConcurrencyType = "IsConcurrencyType"; public static readonly string IsFixedLength = "IsFixedLength"; public static readonly string IsFixedPrecisionScale = "IsFixedPrecisionScale"; public static readonly string IsLiteralSupported = "IsLiteralSupported"; public static readonly string IsLong = "IsLong"; public static readonly string IsNullable = "IsNullable"; public static readonly string IsSearchable = "IsSearchable"; public static readonly string IsSearchableWithLike = "IsSearchableWithLike"; public static readonly string IsUnsigned = "IsUnsigned"; public static readonly string LiteralPrefix = "LiteralPrefix"; public static readonly string LiteralSuffix = "LiteralSuffix"; public static readonly string MaximumScale = "MaximumScale"; public static readonly string MinimumScale = "MinimumScale"; public static readonly string NumberOfIdentifierParts = "NumberOfIdentifierParts"; public static readonly string NumberOfRestrictions = "NumberOfRestrictions"; public static readonly string OrderByColumnsInSelect = "OrderByColumnsInSelect"; public static readonly string ParameterMarkerFormat = "ParameterMarkerFormat"; public static readonly string ParameterMarkerPattern = "ParameterMarkerPattern"; public static readonly string ParameterNameMaxLength = "ParameterNameMaxLength"; public static readonly string ParameterNamePattern = "ParameterNamePattern"; public static readonly string ProviderDbType = "ProviderDbType"; public static readonly string QuotedIdentifierCase = "QuotedIdentifierCase"; public static readonly string QuotedIdentifierPattern = "QuotedIdentifierPattern"; public static readonly string ReservedWord = "ReservedWord"; public static readonly string StatementSeparatorPattern = "StatementSeparatorPattern"; public static readonly string StringLiteralPattern = "StringLiteralPattern"; public static readonly string SupportedJoinOperators = "SupportedJoinOperators"; public static readonly string TypeName = "TypeName"; } } // 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
- HttpModuleActionCollection.cs
- MetadataItemEmitter.cs
- AlphabetConverter.cs
- ThemeConfigurationDialog.cs
- FilterableAttribute.cs
- MultiTrigger.cs
- ExtentCqlBlock.cs
- DbFunctionCommandTree.cs
- PeerInputChannel.cs
- Window.cs
- GradientStop.cs
- MetadataSerializer.cs
- HtmlInputSubmit.cs
- SafeFileHandle.cs
- TextBox.cs
- MobileControlDesigner.cs
- DiscardableAttribute.cs
- CommandPlan.cs
- SortKey.cs
- Compiler.cs
- AlternationConverter.cs
- RadioButtonFlatAdapter.cs
- DataGridRowHeader.cs
- InteropAutomationProvider.cs
- Screen.cs
- UnknownBitmapDecoder.cs
- SqlDataSourceCustomCommandPanel.cs
- SmtpNetworkElement.cs
- RelativeSource.cs
- DocumentApplication.cs
- DataGridCaption.cs
- AttachedPropertyMethodSelector.cs
- XmlSerializerNamespaces.cs
- AxParameterData.cs
- DetailsViewModeEventArgs.cs
- DbDataAdapter.cs
- PrintControllerWithStatusDialog.cs
- MsmqIntegrationSecurityMode.cs
- DataGridTablesFactory.cs
- BinaryNode.cs
- ServiceEndpointAssociationProvider.cs
- MethodBuilderInstantiation.cs
- DocumentPageViewAutomationPeer.cs
- SchemaNames.cs
- WebResponse.cs
- DataGridItem.cs
- TransformerConfigurationWizardBase.cs
- SiteMapSection.cs
- CommentEmitter.cs
- Array.cs
- RoutedEventHandlerInfo.cs
- ComponentCodeDomSerializer.cs
- InboundActivityHelper.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ExtendedPropertyDescriptor.cs
- AsyncPostBackTrigger.cs
- RewritingValidator.cs
- XmlSchemaInclude.cs
- TypeInitializationException.cs
- QueueAccessMode.cs
- CompositeScriptReferenceEventArgs.cs
- PrintDocument.cs
- HuffModule.cs
- SizeAnimationBase.cs
- SqlCharStream.cs
- FormViewPagerRow.cs
- ListViewDeleteEventArgs.cs
- ListBox.cs
- GroupBox.cs
- PartialTrustVisibleAssembly.cs
- GroupQuery.cs
- RayHitTestParameters.cs
- DefaultAsyncDataDispatcher.cs
- COM2PropertyPageUITypeConverter.cs
- ToolStripItemEventArgs.cs
- AutoCompleteStringCollection.cs
- StreamWriter.cs
- SafeProcessHandle.cs
- ScaleTransform3D.cs
- CultureMapper.cs
- TdsParameterSetter.cs
- Int64Animation.cs
- RegistryConfigurationProvider.cs
- AnimationStorage.cs
- DataBinding.cs
- TableItemPattern.cs
- RegistryKey.cs
- DeferredElementTreeState.cs
- WindowsSlider.cs
- NetworkInformationException.cs
- DoubleUtil.cs
- ServiceDescriptionSerializer.cs
- TdsRecordBufferSetter.cs
- DefinitionBase.cs
- UInt64.cs
- SignatureDescription.cs
- GridLengthConverter.cs
- ProcessInputEventArgs.cs
- RijndaelCryptoServiceProvider.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs