[]
根据绑定数据源获取数据的选项
public class GetDataByBindingDataSourceOptions
根据绑定数据源获取数据的选项
public GetDataByBindingDataSourceOptions()
是否自动将OADate转换为日期
public bool AutoConvertOADateToDateTime { get; set; }
类型 | 描述 |
---|---|
bool |
忽略异常,如果不忽略异常,异常会抛出,反之返回空数据
public bool IgnoreException { get; set; }
类型 | 描述 |
---|---|
bool |
最大查询行数
public int MaxQueryRows { get; set; }
类型 | 描述 |
---|---|
int |