DbColumnInfo Constructor (String, String, Long, Long, Long) | |
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
)
public DbColumnInfo(
string sName,
string sType,
int nLength,
int nDecimals,
int nOffSet = -1
)
Request Example
View SourceParameters
- sName
- Type: String
- sType
- Type: String
- nLength
- Type: Long
- nDecimals
- Type: Long
- nOffSet (Optional)
- Type: Long
See Also