SqlParameter Constructor | |
Construct a SQLParameter object.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xValue,
nIO,
nODBCType,
nSize
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SqlParameter(
Usual xValue = default,
Usual nIO = default,
Usual nODBCType = default,
Usual nSize = default
)
Request Example
View SourceParameters
- xValue (Optional)
- Type: Usual
- nIO (Optional)
- Type: Usual
- nODBCType (Optional)
- Type: Usual
The ODBC data type of the SQLParameter object (for example, SQL_INTEGER, SQL_CHAR, SQL_FLOAT, etc.).
- nSize (Optional)
- Type: Usual
Remarks Tip |
---|
Refer to your ODBC documentation for a complete list of ODBC data types that are available. |
See Also