Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DataSourceControlBuilder.cs
- EdmMember.cs
- InvokePattern.cs
- SafeHandles.cs
- DiscriminatorMap.cs
- CrossContextChannel.cs
- Span.cs
- _TLSstream.cs
- ScriptDescriptor.cs
- SudsCommon.cs
- StringValidatorAttribute.cs
- QueuePathDialog.cs
- ControlType.cs
- WebServiceParameterData.cs
- Executor.cs
- ISAPIApplicationHost.cs
- ProgressBarAutomationPeer.cs
- Binding.cs
- PatternMatcher.cs
- ChangeInterceptorAttribute.cs
- HtmlInputImage.cs
- ExeContext.cs
- Region.cs
- ProtectedConfigurationSection.cs
- Rotation3DAnimationUsingKeyFrames.cs
- InputElement.cs
- PageBreakRecord.cs
- RemoteWebConfigurationHost.cs
- PeerResolver.cs
- MessageEnumerator.cs
- StylusEditingBehavior.cs
- StringExpressionSet.cs
- RouteItem.cs
- unsafeIndexingFilterStream.cs
- PreloadedPackages.cs
- StringCollection.cs
- Typeface.cs
- FieldToken.cs
- UdpSocket.cs
- DataGridViewAdvancedBorderStyle.cs
- HandlerWithFactory.cs
- EmptyStringExpandableObjectConverter.cs
- SafeHandles.cs
- EnlistmentState.cs
- SiteMembershipCondition.cs
- MetadataProperty.cs
- RotateTransform.cs
- StructuredTypeEmitter.cs
- WebPartManagerInternals.cs
- RoleManagerModule.cs
- COM2Properties.cs
- ByeMessageApril2005.cs
- WebPartManagerDesigner.cs
- FileRecordSequenceCompletedAsyncResult.cs
- ResourceType.cs
- XPathException.cs
- XmlSerializationReader.cs
- TextElement.cs
- TraceData.cs
- TextDecoration.cs
- CustomTypeDescriptor.cs
- WindowProviderWrapper.cs
- TimerElapsedEvenArgs.cs
- InputMethodStateChangeEventArgs.cs
- ArrayConverter.cs
- AssociationSetEnd.cs
- CompareInfo.cs
- FixedTextContainer.cs
- _NTAuthentication.cs
- SmtpMail.cs
- SmtpFailedRecipientsException.cs
- BindingCompleteEventArgs.cs
- CacheRequest.cs
- Button.cs
- DrawingState.cs
- PseudoWebRequest.cs
- ACL.cs
- Interlocked.cs
- AddressHeader.cs
- webclient.cs
- ProtocolsSection.cs
- SoapException.cs
- BooleanSwitch.cs
- TextRangeBase.cs
- ProtocolsConfigurationEntry.cs
- CssClassPropertyAttribute.cs
- NumberEdit.cs
- VectorAnimationBase.cs
- SpotLight.cs
- DataConnectionHelper.cs
- CFStream.cs
- HttpHandlersInstallComponent.cs
- BufferedGraphicsManager.cs
- WindowsProgressbar.cs
- MenuBase.cs
- AstNode.cs
- ReflectionPermission.cs
- documentation.cs
- ToolStripDropDown.cs
- PropertyGrid.cs