Param Property (SQL Server Compact)
The Param property corresponds to a single element of the error parameters collection object, Params.
Syntax
object.Param [=value]
Applies To
SSCEParam object
Data Type
Variant
Modifiable
Read-only
Prototype
HRESULT get_Param ( VARIANT *vt);
Parameters
Parameter |
Description |
---|---|
value |
The Parameter value is returned as a variant. |