메소드 | 설명 | |
---|---|---|
GetQueryResult ( string queryStr ) : IList |
||
GetQueryResultForDataTable ( string queryStr ) : |
||
getDataTableBySql ( String fields, string where, string tableName ) : |
给定列名,where条件,及表明返回datatable
|
public GetQueryResultForDataTable ( string queryStr ) : |
||
queryStr | string | |
리턴 |
public static getDataTableBySql ( String fields, string where, string tableName ) : |
||
fields | String | 需要查询出来的字段,sample:fields1,field2,field3 |
where | string | 查询条件,sample: where 1=1 and a1='jjj' order by CreateDate asc |
tableName | string | 查询的表名,sample:DOC_FILE_LIST |
리턴 |