This topic has not yet been rated - Rate this topic

SchemaTableOptionalColumn Members

Describes optional column metadata of the schema for a database table.

The following tables list the members exposed by the SchemaTableOptionalColumn type.

  Name Description
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework AutoIncrementSeed Specifies the value at which the series for new identity columns is assigned.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework AutoIncrementStep Specifies the increment between values in the identity column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework BaseCatalogName The name of the catalog associated with the results of the latest query.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework BaseColumnNamespace The namespace of the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework BaseServerName The server name of the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework BaseTableNamespace The namespace for the table that contains the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework ColumnMapping Specifies the mapping for the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework DefaultValue The default value for the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework Expression The expression used to compute the column.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework IsAutoIncrement Specifies whether the column values in the column are automatically incremented.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework IsHidden Specifies whether this column is hidden.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework IsReadOnly Specifies whether this column is read-only.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework IsRowVersion Specifies whether this column contains row version information.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework ProviderSpecificDataType Specifies the provider-specific data type of the column.
Top
(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.