DB2®Int32.op_explicit Method
Converts the supplied DB2Int32 structure to an integer.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Shared Narrowing Operator CType (source As DB2Int32) As Integer
[C#]
public static implicit operator int (DB2Int32 source)
[C++]
public:
static implicit operator int (DB2Int32 source)
Parameters
- source
- A DB2Int32 structure to be converted to an integer.
Return value
An integer value converted from a DB2Int32 instance.