NevronOpenVision
Nevron.Nov.Data.DBModel Namespace / NColumnBase Class


NColumnBase Class Properties

For a list of all members of this type, see NColumnBase members.

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 precision of the column if numeric-based; otherwise, 0.  
Top
See Also