DBElementName Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The DBElementName type exposes the following members.
Name | Description | |
---|---|---|
DBElementName(String) |
Initializes a new instance of the DBElementName class.
| |
DBElementName(String, String) |
Initializes a new instance of the DBElementName class.
|
Name | Description | |
---|---|---|
Description |
Gets or sets the description of the element (can be empty
| |
IsMaterializedView |
Gets or sets a value indicating whether the name is a name of a materialized view. The driver can then decide to use different logic to obtain
the information of the view, if necessary.
| |
Name |
Gets or sets the name of the element
| |
PerformPostProcessing |
Gets or sets a value indicating whether post-processing has to be performed on the element represented by this elementname. What post-processing is
performed depends on the element type represented by this element. E.g. for stored procedures, resultset meta-data retrieval is performed for
the stored procedure if this property is set to true.
|
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(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 a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
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.) |