Method | Description | |
---|---|---|
GetDataTableForParams ( DataType RelationObjectType ) : |
获取指定对象的属性栏位列表
|
|
GetTableName ( DataType RelationObjectType ) : string |
根据RelationObjectType类型获取对应的主表名称及form
|
|
UpdateExtPro ( HYPDM p_oldValue, HYPDM p_newValue ) : void | ||
getDataTableBySql ( String fields, string where, string tableName ) : |
给定列名,where条件,及表明返回datatable
|
public GetDataTableForParams ( DataType RelationObjectType ) : |
||
RelationObjectType | DataType | |
return |
public GetTableName ( DataType RelationObjectType ) : string | ||
RelationObjectType | DataType | DataType.RelationObjectTyp |
return | string |
public UpdateExtPro ( HYPDM p_oldValue, HYPDM p_newValue ) : void | ||
p_oldValue | HYPDM | |
p_newValue | HYPDM | |
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 |