Click or drag to resize

DbColumnInfo Constructor (String, String, Long, Long, Long)

X#
Initializes a new instance of the DbColumnInfo class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	sName AS STRING,
	sType AS STRING,
	nLength AS LONG,
	nDecimals AS LONG,
	nOffSet AS LONG := -1
)
Request Example View Source

Parameters

sName
Type: String
sType
Type: String
nLength
Type: Long
nDecimals
Type: Long
nOffSet (Optional)
Type: Long
See Also