Azavea.Open.DAO.Util.CachingDataReader.GetFieldType C# (CSharp) Method

GetFieldType() public abstract method

Gets the T:System.Type information corresponding to the type of T:System.Object that would be returned from M:System.Data.IDataRecord.GetValue(System.Int32).
The index passed was outside the range of 0 through .
public abstract GetFieldType ( int i ) : Type
i int The index of the field to find.
return System.Type
        public abstract Type GetFieldType(int i);