C# 클래스 HYPDM.WinUI.Document.DocQuery

파일 보기 프로젝트 열기: huayancreate/HYPDM

공개 메소드들

메소드 설명
GetQueryResult ( string queryStr ) : IList
GetQueryResultForDataTable ( string queryStr ) : DataTable
getDataTableBySql ( String fields, string where, string tableName ) : DataTable

给定列名,where条件,及表明返回datatable

메소드 상세

GetQueryResult() 공개 메소드

public GetQueryResult ( string queryStr ) : IList
queryStr string
리턴 IList

GetQueryResultForDataTable() 공개 메소드

public GetQueryResultForDataTable ( string queryStr ) : DataTable
queryStr string
리턴 System.Data.DataTable

getDataTableBySql() 공개 정적인 메소드

给定列名,where条件,及表明返回datatable
public static getDataTableBySql ( String fields, string where, string tableName ) : DataTable
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
리턴 System.Data.DataTable