GetProviderSpecificValue(Int32) Method
On this page
Gets the value of the specified column. If possible, a provider-specific type is used.
Syntax
|
|---|
'Declaration
Public Overloads Overrides Function GetProviderSpecificValue( _
ByVal As Integer _
) As Object |
|
|---|
public override object GetProviderSpecificValue(
int
) |
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value to return.
See Also