SqlParameter.Bind Method (Typed) | |
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SqlParameter.Bind(XSharp.VO.SDK.SQLStatement,System.UInt32)'. File: 'Sql.xml' Path: 'doc/SqlParameter.Bind/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Bind(
oStatement AS SQLStatement,
nPos AS DWORD
) AS LONG
public virtual int Bind(
SQLStatement oStatement,
uint nPos
)
Request Example
View SourceParameters
- oStatement
- Type: SQLStatement
- nPos
- Type: DWord
Return Value
Type:
LongSee Also