DataRowBaseExtensionMethods public sealed class DataRowBaseExtensionMethods Extension methods for DataRowBase. Documentation public static T ReadAsTypeIfColumnExists<T>(DataRowBase dataRowBase, string columnName) Reads as type T a column from the provided DataRowBase if it present. public static object ReadIfColumnExists(DataRowBase dataRowBase, string columnName) Reads as a generic object a column from the provided DataRowBase if it present.