Click or drag to resize
DBSchema Properties

The DBSchema type exposes the following members.

Properties
  NameDescription
Public propertyAllowsNewElements
Gets a value indicating whether new elements can be created into this container. Returns true if sync source is set to Model or Mixed, false otherwise.
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).
(Inherited from DBElementBase.)
Public propertyCustomProperties
Gets the Custom properties (name - value pairs) read from the schema.
(Inherited from DBElementBase.)
Protected propertyDeserializing
Gets or sets a value indicating whether this instance is deserializing.
(Inherited from DBElementBase.)
Public propertyErrorLog
Gets the complete ErrorLog for this object.
(Inherited from DBElementBase.)
Public propertyFullName
Gets the full name.
(Inherited from DBElementBase.)
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.
(Inherited from DBElementBase.)
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.
(Overrides DBElementBaseFullNameForXmlWithCatalog.)
Public propertyFullNameWithCatalog
Gets the full name with catalog.
Public propertyLastSyncWithDatabaseUTC
Gets or sets the last date/time this schema was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
Public propertyLastSyncWithModelUTC
Gets or sets the last date/time this schema was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
Public propertyMarkedForDeletion
Gets or sets a value indicating whether this element is marked for deletion.
(Inherited from DBElementBase.)
Public propertyParentCatalog
Gets the Parent Catalog object which contains this schema object.
Public propertySchemaOwner
The name of the user who owns this schema, the 'username' in [username].[objectname], in Oracle often described as [schema].[tablename].
Public propertySequences
Gets the sequences.
Public propertyStoredProcedures
Gets the stored procedures.
Public propertySyncSource
Gets or sets the synchronize source.
Public propertyTables
Gets the tables.
Public propertyTableValuedFunctions
Gets the table valued functions.
Protected propertyTypeOfDBElement
Gets the type of DB element in the form of a ContainedElementType value.
(Overrides DBElementBaseTypeOfDBElement.)
Public propertyViews
Gets the views.
Top
Explicit Interface Implementations
See Also