Click or drag to resize

DBSchemaElementNameContainer Class

Class which contains all names to retrieve from a given schema. This class is used with drivers to pass to a driver which elements to retrieve for a given schema.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.DBDriverCoreDBSchemaElementNameContainer

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class DBSchemaElementNameContainer

The DBSchemaElementNameContainer type exposes the following members.

Constructors
  NameDescription
Public methodDBSchemaElementNameContainer
Initializes a new instance of the DBSchemaElementNameContainer class.
Top
Properties
  NameDescription
Public propertySchemaName
Gets the name of the schema.
Public propertySchemaSyncSourceType
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.
Public propertyStoredProcedureNames
Gets the names of stored procedures which meta-data to retrieve
Public propertySynonymNames
Gets the names of synonyms which meta-data to retrieve
Public propertyTableNames
Gets the names of tables which meta-data to retrieve
Public propertyTableValuedFunctionNames
Gets the names of table valued functions which meta-data to retrieve
Public propertyViewNames
Gets the names of views which meta-data to retrieve
Top
Methods
  NameDescription
Public methodAddStoredProcedureName
Adds the name of the stored procedure to this container
Public methodAddSynonymName
Adds the name of the synonym to this container
Public methodAddTableName
Adds the name of the table to this container
Public methodAddTableValuedFunctionName
Adds the name of the table valued function to this container
Public methodAddViewName
Adds the name of the view to this container
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also