DB2®Command.DB2TypeOutput Property

Determines if the output-only parameter values associated with the DB2Command 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 (in IBM.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

A boolean value that determines if the associated output-only DB2Parameter instances will return column values as native Db2 data type instances (for example, DB2String).