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

The DbColumn type exposes the following members.

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.)

See Also