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

The DbColumn type exposes the following members.

Constructors

  NameDescription
Protected methodDbColumn
Initializes a new instance of the DbColumn class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from DbColumn.)
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.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from DbNamedSchemaObject.)
Protected methodOnSaveFailed (Inherited from DbNamedSchemaObject.)
Protected methodOnSaving (Inherited from DbNamedSchemaObject.)
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 DbColumn.)
Public methodToString (Inherited from NEntity.)
Protected methodValidateAutoIncrement (Inherited from DbColumn.)
Protected methodValidateAutoIncrementSeed (Inherited from DbColumn.)
Protected methodValidateDbDataTypeCode (Overrides DbColumnValidateDbDataTypeCode(INotifications).)
Protected methodValidateDefaultValue (Inherited from DbColumn.)
Protected methodValidateIsNullable (Inherited from DbColumn.)
Protected methodValidateMaxLength (Inherited from DbColumn.)
Protected methodValidateName (Inherited from DbColumn.)
Protected methodValidateNameHistory (Inherited from DbNamedSchemaObject.)
Protected methodValidateNumericPrecision (Inherited from DbColumn.)
Protected methodValidateNumericScale (Inherited from DbColumn.)
Protected methodValidateOrdinal (Inherited from DbColumn.)

Properties

  NameDescription
Public propertyAllowZeroLengthString (Overrides DbColumnAllowZeroLengthString.)
Protected propertyAllowZeroLengthStringReadOnly (Inherited from DbColumn.)
Public propertyAutoIncrement (Overrides DbColumnAutoIncrement.)
Public propertyAutoIncrementSeed (Overrides DbColumnAutoIncrementSeed.)
Public propertyCheckConstraint (Overrides DbColumnCheckConstraint.)
Public propertyDbDataType (Inherited from DbColumn.)
Public propertyDbDataTypeCode
Protected propertyDbDataTypeCode_HasOriginalValue (Inherited from DbColumn.)
Protected propertyDbDataTypeCode_OriginalValue (Inherited from DbColumn.)
Protected propertyDbDataTypeCodeCore (Overrides DbColumnDbDataTypeCodeCore.)
Public propertyDbDataTypes
Public propertyDefaultValue (Inherited from DbColumn.)
Protected propertyDefaultValueCore (Overrides DbColumnDefaultValueCore.)
Public propertyDefaultValueForEditing
Get or set the DefaultValue, whilst cleaning up the value entered by parsing and re-formatting. The DateTime is entered in the current user's culture, and stored in the invariant culture.
Public propertyDefaultValueLiteral (Inherited from DbColumn.)
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyId (Overrides DbNamedSchemaObjectId.)
Public propertyIsNullable (Overrides DbColumnIsNullable.)
Public propertyIsPrimaryKeyParticipant (Inherited from DbColumn.)
Public propertyIsReadOnly (Inherited from NEntity.)
Public propertyIsSinglePrimaryKeyColumn (Inherited from DbColumn.)
Public propertyMaxLength (Overrides DbColumnMaxLength.)
Protected propertyMaxLengthReadOnly (Inherited from DbColumn.)
Public propertyName (Overrides DbColumnName.)
Public propertyNameHistory
Public propertyNameHistoryAsString (Inherited from DbNamedSchemaObject.)
Protected propertyNameHistoryCore (Overrides DbColumnNameHistoryCore.)
Protected propertyNotifications (Inherited from DbColumn.)
Public propertyNumericPrecision (Overrides DbColumnNumericPrecision.)
Protected propertyNumericPrecisionReadOnly (Inherited from DbColumn.)
Public propertyNumericScale (Overrides DbColumnNumericScale.)
Protected propertyNumericScaleReadOnly (Inherited from DbColumn.)
Public propertyOrdinal (Overrides DbColumnOrdinal.)
Public propertyOrdinalAutoIncrement (Inherited from DbColumn.)
Protected propertyRelatedIndexColumns (Overrides DbColumnRelatedIndexColumns.)
Protected propertyRelatedRelationChildColumns (Overrides DbColumnRelatedRelationChildColumns.)
Protected propertyRelatedRelationParentColumns (Overrides DbColumnRelatedRelationParentColumns.)
Public propertyState (Inherited from NEntity.)
Public propertyTable
Protected propertyTableCore (Overrides DbColumnTableCore.)
Public propertyTableId (Overrides DbColumnTableId.)
Public propertyTargetProvider (Inherited from DbColumn.)

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also