Click or drag to resize

DBElementName Class

Simple class which is used to store a name and an optional description for a database element.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.DBDriverCoreDBElementName

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 DBElementName

The DBElementName type exposes the following members.

Constructors
  NameDescription
Public methodDBElementName(String)
Initializes a new instance of the DBElementName class.
Public methodDBElementName(String, String)
Initializes a new instance of the DBElementName class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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 a hash function for a particular type.
(Overrides ObjectGetHashCode.)
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