Click or drag to resize

DBElementBase Properties

The DBElementBase type exposes the following members.

Properties
  NameDescription
Public propertyCreatedByDesigner
Gets or sets a value indicating whether this element is created by the designer from mappings (true) or that it was created from meta-data retrieved from the database (false, default).
Public propertyCustomProperties
Gets the Custom properties (name - value pairs) read from the schema.
Protected propertyDeserializing
Gets or sets a value indicating whether this instance is deserializing.
Public propertyErrorLog
Gets the complete ErrorLog for this object.
Public propertyFullName
Gets the full name.
Public propertyFullNameForXml
Gets the full name for XML. This is a name which has the format schemaname:elementname or schemaname:elementname:fieldname. Used for references.
Public propertyFullNameForXmlWithCatalog
Gets the full name for XML. This is a name which has the format catalogname:schemaname:elementname or catalogname:schemaname:elementname:fieldname. Used for references.
Public propertyMarkedForDeletion
Gets or sets a value indicating whether this element is marked for deletion.
Protected propertyTypeOfDBElement
Gets the type of DB element in the form of a ContainedElementType value.
Top
See Also