'DeclarationPublic Overloads Function GetFieldValueAsync(Of T)( _ ByVal ordinal As System.Integer _ ) As System.Threading.Tasks.Task(Of T)
'UsageDim instance As VistaDBDataReader Dim ordinal As System.Integer Dim value As System.Threading.Tasks.Task(Of T) value = instance.GetFieldValueAsync(Of T)(ordinal)
Parameters
- ordinal
- The type of the value to be returned.
Type Parameters
- T
- The type of the value to be returned.
Return Value
The type of the value to be returned.