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

The DbSchemaWithProjectDefaults type exposes the following members.

Constructors

  NameDescription
Protected methodDbSchemaWithProjectDefaults
Initializes a new instance of the DbSchemaWithProjectDefaults class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodStatic memberCreateDbVersionTable
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.)
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.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from DbSchema.)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Inherited from DbSchema.)
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 (Inherited from DbSchema.)
Protected methodSetDefaultValues (Overrides DbSchema..::..SetDefaultValues()()()().)
Public methodToString (Inherited from NEntity.)
Public methodValidateName (Inherited from DbSchema.)
Public methodWriteToXml (Inherited from DbSchema.)

Fields

  NameDescription
Public fieldStatic memberDbVersionTableName

Properties

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

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also