Method | Description | |
---|---|---|
GetDataColumnType ( string masterTblname, string colName ) : DataType.DataColumnType | ||
GetExtendsProperties ( string masterTableName, string pkValue, string pkId ) : |
||
GetMastableExtandColumns ( string masterTblname ) : |
||
SetColNameToCmb ( System cbx ) : void | ||
SetOperations ( string masterTblname, string colName, System cmbOper ) : void | ||
getDataTableBySql ( String fields, string where, string tableName ) : |
给定列名,where条件,及表明返回datatable
|
public GetDataColumnType ( string masterTblname, string colName ) : DataType.DataColumnType | ||
masterTblname | string | |
colName | string | |
return | DataType.DataColumnType |
public GetExtendsProperties ( string masterTableName, string pkValue, string pkId ) : |
||
masterTableName | string | |
pkValue | string | |
pkId | string | |
return |
public GetMastableExtandColumns ( string masterTblname ) : |
||
masterTblname | string | |
return |
public SetOperations ( string masterTblname, string colName, System cmbOper ) : void | ||
masterTblname | string | |
colName | string | |
cmbOper | System | |
return | void |
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 |
return |