DBElementName Properties |
The DBElementName type exposes the following members.
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.
|