ReaderColumn<T>.GetFieldValue Property
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.
The function to get field value for the column from the reader.
public virtual Func<System.Data.Common.DbDataReader,int[],T> GetFieldValue { get; }
member this.GetFieldValue : Func<System.Data.Common.DbDataReader, int[], 'T>
Public Overridable ReadOnly Property GetFieldValue As Func(Of DbDataReader, Integer(), T)