Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MergablePropertyAttribute.cs
- CompiledXpathExpr.cs
- RoleBoolean.cs
- selecteditemcollection.cs
- AdornerHitTestResult.cs
- ValidationError.cs
- PathFigureCollection.cs
- Stack.cs
- TableRow.cs
- SmtpReplyReaderFactory.cs
- columnmapfactory.cs
- BidPrivateBase.cs
- DrawItemEvent.cs
- GetPageCompletedEventArgs.cs
- PropertyToken.cs
- DataColumnPropertyDescriptor.cs
- ChannelPoolSettings.cs
- NavigationExpr.cs
- XmlSchemaGroupRef.cs
- ProjectionCamera.cs
- FilteredReadOnlyMetadataCollection.cs
- Calendar.cs
- InstallHelper.cs
- ExtensionDataObject.cs
- ConditionCollection.cs
- DPTypeDescriptorContext.cs
- Overlapped.cs
- SoapExtensionTypeElementCollection.cs
- ListView.cs
- BitmapEffectInput.cs
- DataControlImageButton.cs
- IgnoreFlushAndCloseStream.cs
- DateTimeUtil.cs
- DataGridCellClipboardEventArgs.cs
- Parsers.cs
- XmlWriter.cs
- InternalTypeHelper.cs
- FrameworkObject.cs
- VoiceSynthesis.cs
- _NativeSSPI.cs
- SourceFilter.cs
- DesignerToolboxInfo.cs
- RemotingAttributes.cs
- DescendantBaseQuery.cs
- FontStretches.cs
- TerminatorSinks.cs
- DataGridTablesFactory.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Vector3DValueSerializer.cs
- TextMarkerSource.cs
- DrawToolTipEventArgs.cs
- BinaryFormatterWriter.cs
- Pkcs7Recipient.cs
- TcpActivation.cs
- ScrollEvent.cs
- UnionQueryOperator.cs
- CodeAttributeArgument.cs
- XmlUtil.cs
- WebGetAttribute.cs
- RegistryDataKey.cs
- HttpSocketManager.cs
- IDispatchConstantAttribute.cs
- FamilyMapCollection.cs
- DispatcherHooks.cs
- XmlCompatibilityReader.cs
- Win32Native.cs
- ListView.cs
- SchemaReference.cs
- Propagator.Evaluator.cs
- GridViewUpdateEventArgs.cs
- ToolStripSplitButton.cs
- KeyEventArgs.cs
- FieldMetadata.cs
- FixedTextBuilder.cs
- DelegateHelpers.cs
- ReflectionUtil.cs
- ToolStripContentPanel.cs
- _NegoStream.cs
- Queue.cs
- DataGridTablesFactory.cs
- DataGridViewDataConnection.cs
- CssStyleCollection.cs
- WebServiceAttribute.cs
- ConditionCollection.cs
- RolePrincipal.cs
- TableLayoutPanelCellPosition.cs
- ReferenceEqualityComparer.cs
- FastEncoderWindow.cs
- RegisteredScript.cs
- LeftCellWrapper.cs
- MemberRelationshipService.cs
- UIElementParagraph.cs
- TextAnchor.cs
- QueryStringConverter.cs
- IDReferencePropertyAttribute.cs
- ResourcesGenerator.cs
- TextElementEnumerator.cs
- WebWorkflowRole.cs
- RTLAwareMessageBox.cs
- DeviceContext2.cs