The IDataObject 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.
| |
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
| |
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.) | |
NativeType |
This is the native data type from the database.
example: nvarchar
| |
Parent |
The Parent Schema Object.
| |
Precision |
The precision of the data object.
| |
Scale |
The scale of the data object.
| |
Size |
The size of the data object.
| |
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)
|