Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NSqlServerColumn Class
Fields Properties Methods


In This Topic
    NSqlServerColumn Class Members
    In This Topic

    The following tables list the members exposed by NSqlServerColumn.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets whether the column allows null values. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets the Column data type. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets the identity increment value for the column if it is identity. If not returns null. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets the seed value for the column if it is identity. If not returns null. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets whether the column is identity column. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets whether the column is a part of the primary key. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets the lenght of the column (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Public PropertyGets/Sets the database object name. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Public PropertyGets the owner object of this object. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Public PropertyGets/Sets the precision of the column if numeric-based; otherwise, 0. (Inherited from Nevron.Nov.Data.DBModel.NColumnBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOn item add. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Protected MethodOn item remove. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Top
    See Also