SqlParameter.SetValue Method | |
[Missing <include> target documentation in 'M:VO.SqlParameter.SetValue(XSharp.__Usual,System.Int32)'. File: 'SQL.xml' Path: 'doc/SqlParameter.SetValue/*']
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetValue(
xValue AS USUAL,
nSize AS LONG
) AS USUAL
public virtual Usual SetValue(
Usual xValue,
int nSize
)
Request Example
View SourceParameters
- xValue
- Type: Usual
- nSize
- Type: Long
Return Value
Type:
UsualSee Also