public static T GetSchemaEntry <T>(this SqlDataReader reader, int row, string schemaEntry)
 {
     return(DataReaderHelper.GetSchemaEntry <T>(reader, row, schemaEntry));
 }