The CommandSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommandSchema(DatabaseSchema, String, String, DateTime) |
Creates a new instance of the CommandSchema object.
|
![]() | CommandSchema(DatabaseSchema, String, String, DateTime, array<ExtendedProperty>[]()[][]) |
Creates a new instance of the CommandSchema object.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines if another table is the same as this table.
(Inherited from SchemaObjectWithOwnerBase.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a HashCode based on the database and name of the table.
(Inherited from SchemaObjectWithOwnerBase.) |
![]() | GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MarkLoaded | (Inherited from SchemaObjectBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Refresh this instance.
(Overrides SchemaObjectBase..::..Refresh()()()().) |
![]() | ToString |
Returns the name of the table.
(Inherited from SchemaObjectWithOwnerBase.) |
Fields
Name | Description | |
---|---|---|
![]() | _database | (Inherited from SchemaObjectBase.) |
![]() | _dateCreated | (Inherited from SchemaObjectBase.) |
![]() | _defaultExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _extendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _gotExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _owner | (Inherited from SchemaObjectWithOwnerBase.) |
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 SchemaObjectBase.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from SchemaObjectBase.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | Description |
The description of the object.
(Inherited from SchemaObjectBase.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.) |
![]() | FullName |
Returns the owner and name of the table.
(Inherited from SchemaObjectWithOwnerBase.) |
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | 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 SchemaObjectWithOwnerBase.) |
![]() | 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 SchemaObjectWithOwnerBase.) |