The IDataObject type exposes the following members.

Methods

  NameDescription
Public methodRefresh
Allows the object to be refreshed.
(Inherited from ISchemaObject.)

Properties

  NameDescription
Public propertyAllowDBNull
Whether or not the data object allows null values.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.)
Public propertyDataType
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
Public propertyDateCreated
Returns the date this table was created.
(Inherited from ISchemaObject.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyDefaultExtendedProperties (Inherited from ISchemaObject.)
Public propertyDescription
The description of the object.
(Inherited from ISchemaObject.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.)
Public propertyFullName
Returns the owner and name of the table.
(Inherited from ISchemaObject.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyNativeType
This is the native data type from the database. example: nvarchar
Public propertyParent
The Parent Schema Object.
Public propertyPrecision
The precision of the data object.
Public propertyScale
The scale of the data object.
Public propertySize
The size of the data object.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)
Public propertySystemType
The System Type that is resolved from DataType. example: typeof(System.String)

See Also