GetSqlValue(Int32) Method
In This Topic
Gets the value of the specified column. If possible, a provider-specific type is used.
Syntax
'Declaration
Public Overloads Function GetSqlValue( _
ByVal As Integer _
) As Object
public object GetSqlValue(
int
)
Parameters
- i
- The zero-based column ordinal.
Return Value
The value to return.
See Also