The CommandSchema type exposes the following members.

Constructors

  NameDescription
Public methodCommandSchema(DatabaseSchema, String, String, DateTime)
Creates a new instance of the CommandSchema object.
Public methodCommandSchema(DatabaseSchema, String, String, DateTime, array<ExtendedProperty>[]()[][])
Creates a new instance of the CommandSchema object.

Methods

  NameDescription
Public methodEquals
Determines if another table is the same as this table.
(Inherited from SchemaObjectWithOwnerBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a HashCode based on the database and name of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Refresh this instance.
(Overrides SchemaObjectBase..::..Refresh()()()().)
Public methodToString
Returns the name of the table.
(Inherited from SchemaObjectWithOwnerBase.)

Fields

  NameDescription
Protected field_database (Inherited from SchemaObjectBase.)
Protected field_dateCreated (Inherited from SchemaObjectBase.)
Protected field_defaultExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_extendedProperties (Inherited from SchemaObjectBase.)
Protected field_gotExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_owner (Inherited from SchemaObjectWithOwnerBase.)

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 SchemaObjectBase.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from SchemaObjectBase.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyDescription
The description of the object.
(Inherited from SchemaObjectBase.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.)
Public propertyFullName
Returns the owner and name of the table.
(Inherited from SchemaObjectWithOwnerBase.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
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 SchemaObjectWithOwnerBase.)
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 SchemaObjectWithOwnerBase.)

See Also