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

The DbTable type exposes the following members.

Constructors

  NameDescription
Protected methodDbTable
Initializes a new instance of the DbTable class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from DbTable.)
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 (Inherited from DbTable.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from DbNamedSchemaObject.)
Protected methodOnSaveFailed (Inherited from DbNamedSchemaObject.)
Protected methodOnSaving (Overrides DbNamedSchemaObjectOnSaving()()()().)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Protected methodSetDefaultValues (Inherited from DbTable.)
Public methodToString (Inherited from NEntity.)
Protected methodValidateIndexes (Inherited from DbTable.)
Protected methodValidateName (Inherited from DbTable.)
Protected methodValidateNameHistory (Inherited from DbNamedSchemaObject.)

Properties

  NameDescription
Public propertyColumnPrefix
Public propertyColumns
Protected propertyColumnsCore (Overrides DbTableColumnsCore.)
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyId (Overrides DbNamedSchemaObjectId.)
Public propertyIncludeChildRelationsOnly
Public propertyIncludeParentRelationsOnly
Public propertyIndexes
Protected propertyIndexesCore (Overrides DbTableIndexesCore.)
Public propertyIsReadOnly (Inherited from NEntity.)
Protected propertymIncludeParentChildRelationsState
Public propertyName (Overrides DbTableName.)
Public propertyNameHistory
Public propertyNameHistoryAsString (Inherited from DbNamedSchemaObject.)
Protected propertyNameHistoryCore (Overrides DbTableNameHistoryCore.)
Public propertyPostCreateScripts
Protected propertyPostCreateScriptsCore (Overrides DbTablePostCreateScriptsCore.)
Public propertyPrimaryKeyColumns (Inherited from DbTable.)
Public propertyPrimaryKeyIndex
Public propertyRelations
Protected propertyRelationsCore (Overrides DbTableRelationsCore.)
Public propertyRelationsForEditing
Public propertySchema
Protected propertySchemaCore (Overrides DbTableSchemaCore.)
Public propertySchemaId (Overrides DbTableSchemaId.)
Public propertySelectedColumnId
Public propertyState (Inherited from NEntity.)
Protected propertyTableLayouts
Public propertyTargetProvider (Inherited from DbTable.)
Protected propertytargetProviderName (Inherited from DbTable.)

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also