public static object Convert(Type conversionType, object value, bool dbNullAsNull) { return(ConvertT.Convert(conversionType, value, dbNullAsNull)); }
public static T Convert <T>(object value, bool dbNullAsNull) { return(ConvertT.Convert <T>(value, dbNullAsNull)); }