The ICommandSchema type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Refresh |
Allows the object to be refreshed.
(Inherited from ISchemaObject.) |
Properties
| Name | Description | |
|---|---|---|
| AllInputParameters |
Input and InputOutput parameters for this command.
| |
| AllOutputParameters |
Output and InputOutput parameters for this command.
| |
| CommandResults |
Provides access to information about the results and column schema information returned when executing this command.
| |
| CommandText |
Gets the command text for this command.
| |
| Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.) | |
| 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.) | |
| InputOutputParameters |
InputOutput parameters for this command.
| |
| InputParameters |
Input parameters for this command.
| |
| NonReturnValueParameters |
All parameters except the return value parameter.
| |
| OutputParameters |
Output parameters for this command.
| |
| Owner |
Returns the owner of the table.
(Inherited from ISchemaObjectWithOwner.) | |
| Parameters |
Parameters for this command.
| |
| ReturnValueParameter |
The return value parameter for this command.
| |
| SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.) |