Click or drag to resize

DbField Constructor

X#
Initializes a new instance of the DbField class

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	info AS DbColumnInfo
)
Request Example View Source

Parameters

info
Type: DbColumnInfo
Column info on which this field is based.
See Also