{CompanyName} FlexyGo

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.Data
Assembly:  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 _
)

Parameters

dm
Type: FLEXYGO.Data..::..DataManager
fieldName
Type: String
key
Type: Boolean
identity
Type: Boolean
allowNull
Type: Boolean
fieldType
Type: Type
unique
Type: Boolean
tableName
Type: String
length
Type: Int32
calculated
Type: Boolean
dbtype
Type: DbType
precission
Type: Int32
scale
Type: Int32