SqliteDataReader.GetFieldValue<T>(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the specified column.
public override T GetFieldValue<T> (int ordinal);
override this.GetFieldValue : int -> 'T
Public Overrides Function GetFieldValue(Of T) (ordinal As Integer) As T
Type Parameters
- T
The type of the value.
Parameters
- ordinal
- Int32
The zero-based column ordinal.
Returns
T
The value of the column.