DB2®ResultSet.IsSetAsDefault Method

Determines if the value at the specified column was last modified by the SetDefault function.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Function IsSetAsDefault (Integer i) As Boolean
[C#]
public bool IsSetAsDefault (int i)
[C++]
public:
virtual bool IsSetAsDefault (int i)
[JScript]
public function IsSetAsDefault (i: int) : Boolean

Parameters

i
The zero-based column ordinal.

Return value

true if the value at the specified column was last modified by the SetDefault method; otherwise, false.