DBElementBase Properties |
The DBElementBase type exposes the following members.
Name | Description | |
---|---|---|
CreatedByDesigner |
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).
| |
CustomProperties |
Gets the Custom properties (name - value pairs) read from the schema.
| |
Deserializing |
Gets or sets a value indicating whether this instance is deserializing.
| |
ErrorLog |
Gets the complete ErrorLog for this object.
| |
FullName |
Gets the full name.
| |
FullNameForXml |
Gets the full name for XML. This is a name which has the format schemaname:elementname or schemaname:elementname:fieldname. Used for references.
| |
FullNameForXmlWithCatalog |
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.
| |
MarkedForDeletion |
Gets or sets a value indicating whether this element is marked for deletion.
| |
TypeOfDBElement |
Gets the type of DB element in the form of a ContainedElementType value.
|