Click or drag to resize
NETToDBTypeConversion Properties

The NETToDBTypeConversion type exposes the following members.

Properties
  NameDescription
Public propertyDBType
Gets or sets the DB type
Public propertyDBTypeAsString
Gets or sets the db type as string, which is the native DB type name in the related database.
Public propertyLengthFilter
Gets or sets the length filter.
Public propertyLengthOverride
Gets or sets the length override. Specify -1 to ignore
Public propertyNETType
Gets or sets the .NET type
Public propertyPrecisionFilter
Gets or sets the precision filter.
Public propertyPrecisionOverride
Gets or sets the precision override. Specify -1 to ignore
Public propertyScaleFilter
Gets or sets the scale filter.
Public propertyScaleOverride
Gets or sets the scale override. Specify -1 to ignore
Top
See Also