The ICommandSchema type exposes the following members.

Methods

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

Properties

  NameDescription
Public propertyAllInputParameters
Input and InputOutput parameters for this command.
Public propertyAllOutputParameters
Output and InputOutput parameters for this command.
Public propertyCommandResults
Provides access to information about the results and column schema information returned when executing this command.
Public propertyCommandText
Gets the command text for this command.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.)
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 propertyInputOutputParameters
InputOutput parameters for this command.
Public propertyInputParameters
Input parameters for this command.
Public propertyNonReturnValueParameters
All parameters except the return value parameter.
Public propertyOutputParameters
Output parameters for this command.
Public propertyOwner
Returns the owner of the table.
(Inherited from ISchemaObjectWithOwner.)
Public propertyParameters
Parameters for this command.
Public propertyReturnValueParameter
The return value parameter for this command.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)

See Also