DB2®Parameter.DB2TypeOutput Property
Determines if the output-only parameter values associated with the DB2Parameter will be returned as native Db2® data types (specifically, classes and structures in the IBM.Data.DB2Types namespace).
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
Public Overrides Property DB2TypeOutput As Boolean
[C#]
public override bool DB2TypeOutput { get; set; }
[C++]
public:
virtual property bool DB2TypeOutput {
bool get () override;
void set (bool value) override;
}
Property value
If the parameter is set to output-only, this boolean value determines if column values will be returned as native Db2 data type instances (for example, DB2String).