SqlParameter.bind Method | |
[Missing <include> target documentation in 'M:VO.SqlParameter.bind(VO.SQLStatement,System.UInt32)'. File: 'SQL.xml' Path: 'doc/SqlParameter.bind/*']
Namespace:
VO
Assembly:
VOSQLClasses (in 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