The IColumnSchema type exposes the following members.
Methods
Name | Description | |
---|---|---|
Refresh |
Allows the object to be refreshed.
(Inherited from ISchemaObject.) |
Properties
Name | Description | |
---|---|---|
AllowDBNull |
Whether or not the data object allows null values.
(Inherited from IDataObject.) | |
Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.) | |
DataType |
The data type of a (column) parameter is specific to the .NET Framework data provider.
Specifying the type converts the value of the Parameter to the data provider
Type before passing the value to the data source.
seealso: http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx
example: DbType.AnsiString
(Inherited from IDataObject.) | |
DateCreated |
Returns the date this table was created.
(Inherited from ISchemaObject.) | |
DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) | |
DefaultExtendedProperties | (Inherited from ISchemaObject.) | |
Description |
The description of the object.
(Inherited from ISchemaObject.) | |
ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.) | |
FullName |
Returns the owner and name of the table.
(Inherited from ISchemaObject.) | |
IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) | |
IsForeignKeyMember |
Whether or not the column is a foreign key member.
| |
IsPrimaryKeyMember |
Whether or not the column is a primary key member.
| |
IsUnique |
Whether or not this column is unique.
| |
NativeType |
This is the native data type from the database.
example: nvarchar
(Inherited from IDataObject.) | |
Parent |
The Parent Schema Object.
(Inherited from IDataObject.) | |
Precision |
The precision of the data object.
(Inherited from IDataObject.) | |
Scale |
The scale of the data object.
(Inherited from IDataObject.) | |
Size |
The size of the data object.
(Inherited from IDataObject.) | |
SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.) | |
SystemType |
The System Type that is resolved from DataType.
example: typeof(System.String)
(Inherited from IDataObject.) | |
Table |
The table that contains this column.
|