DBSchemaElementNameContainer Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The DBSchemaElementNameContainer type exposes the following members.
Name | Description | |
---|---|---|
DBSchemaElementNameContainer |
Initializes a new instance of the DBSchemaElementNameContainer class.
|
Name | Description | |
---|---|---|
SchemaName |
Gets the name of the schema.
| |
SchemaSyncSourceType |
Gets or sets the sync source the schema uses. This affects the way the UI will allow the user to select/specify tables from the DB or not and
whether tables are obtained from the DB at all or not: if it's set to Model or Mixed, no tables are obtained from the db.
| |
StoredProcedureNames |
Gets the names of stored procedures which meta-data to retrieve
| |
SynonymNames |
Gets the names of synonyms which meta-data to retrieve
| |
TableNames |
Gets the names of tables which meta-data to retrieve
| |
TableValuedFunctionNames |
Gets the names of table valued functions which meta-data to retrieve
| |
ViewNames |
Gets the names of views which meta-data to retrieve
|
Name | Description | |
---|---|---|
AddStoredProcedureName |
Adds the name of the stored procedure to this container
| |
AddSynonymName |
Adds the name of the synonym to this container
| |
AddTableName |
Adds the name of the table to this container
| |
AddTableValuedFunctionName |
Adds the name of the table valued function to this container
| |
AddViewName |
Adds the name of the view to this container
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |