See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DbSchema type exposes the following members.

Constructors

  NameDescription
Protected methodDbSchema
Initializes a new instance of the DbSchema class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from NEntity.)
Public methodEquals (Inherited from NEntity.)
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 (Inherited from NEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadFromXmlResource Obsolete.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeFrom(DbSchema) (Inherited from DbSchema.)
Public methodMergeFrom(DbSchema, DbSchemaMergeOptions) (Inherited from DbSchema.)
Public methodMergeFrom(DbSchema, array<String>[]()[][], DbSchemaMergeOptions) (Inherited from DbSchema.)
Public methodStatic memberNew Obsolete.
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Overrides NEntityOnSaved()()()().)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Overrides NEntityOnSaving()()()().)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Public methodRemoveDuplicateIndexes (Inherited from DbSchema.)
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Public methodSaveEntitySetChangesSuppressSaveDbUpgraderResource
Protected methodSetDefaultValues (Overrides NEntitySetDefaultValues()()()().)
Public methodToString (Inherited from NEntity.)
Public methodValidateName
Public methodWriteToXml (Inherited from DbSchema.)

Properties

  NameDescription
Public propertyAllSchemas
Public propertyConfig
Public propertyDiagrams
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyId (Overrides DbSchemaId.)
Public propertyIsReadOnly (Inherited from NEntity.)
Public propertyName (Overrides DbSchemaName.)
Public propertyRelations
Protected propertyRelationsCore (Overrides DbSchemaRelationsCore.)
Protected propertyrequiresSaveToDbUpgraderResourceFile
Protected propertySaveDbUpgraderResourceFile
Get or set whether to save changes to the database upgrader resources file when IEntitySet.SaveChanges is called.
Public propertyState (Inherited from NEntity.)
Public propertyTables
Protected propertyTablesCore (Overrides DbSchemaTablesCore.)
Public propertyTargetProvider (Overrides DbSchemaTargetProvider.)
Protected propertytargetProviderName (Inherited from DbSchema.)
Public propertyVersion
Protected propertyVersionCore (Overrides DbSchemaVersionCore.)
Public propertyVersionSql
Protected propertyVersionSqlCore (Overrides DbSchemaVersionSqlCore.)

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also