NevronOpenVision
Nevron.Nov.Data.DBModel Namespace / NColumnBase Class
Fields Properties Methods


NColumnBase Class Members

The following tables list the members exposed by NColumnBase.

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