Click or drag to resize
DBElementName Properties

The DBElementName type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the element (can be empty
Public propertyIsMaterializedView
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.
Public propertyName
Gets or sets the name of the element
Public propertyPerformPostProcessing
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.
Top
See Also