FieldSettings Constructor (DataManager, String, Boolean, Boolean, Boolean, Type, Boolean, String, Int32, Boolean, DbType, Int32, Int32)
Initializes a new instance of the FieldSettings class.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public FieldSettings( DataManager dm, string fieldName, bool key, bool identity, bool allowNull, Type fieldType, bool unique, string tableName, int length, bool calculated, DbType dbtype, int precission, int scale )
Public Sub New ( _ dm As DataManager, _ fieldName As String, _ key As Boolean, _ identity As Boolean, _ allowNull As Boolean, _ fieldType As Type, _ unique As Boolean, _ tableName As String, _ length As Integer, _ calculated As Boolean, _ dbtype As DbType, _ precission As Integer, _ scale As Integer _ )