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


In This Topic
    NColumnBase Class Members
    In This Topic

    The following tables list the members exposed by NColumnBase.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Internal Field (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets whether the column allows null values.  
    Public PropertyGets/Sets the Column data type.  
    Public PropertyGets/Sets the identity increment value for the column if it is identity. If not returns null.  
    Public PropertyGets/Sets the seed value for the column if it is identity. If not returns null.  
    Public PropertyGets/Sets whether the column is identity column.  
    Public PropertyGets/Sets whether the column is a part of the primary key.  
    Public PropertyGets/Sets the lenght of the column  
    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.  
    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