C# 클래스 HYPDM.WinUI.SysConfig.sys

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

공개 메소드들

메소드 설명
GetDataTableForParams ( DataType RelationObjectType ) : DataTable

获取指定对象的属性栏位列表

GetTableName ( DataType RelationObjectType ) : string

根据RelationObjectType类型获取对应的主表名称及form

UpdateExtPro ( HYPDM p_oldValue, HYPDM p_newValue ) : void
getDataTableBySql ( String fields, string where, string tableName ) : DataTable

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

메소드 상세

GetDataTableForParams() 공개 메소드

获取指定对象的属性栏位列表
public GetDataTableForParams ( DataType RelationObjectType ) : DataTable
RelationObjectType DataType
리턴 System.Data.DataTable

GetTableName() 공개 메소드

根据RelationObjectType类型获取对应的主表名称及form
public GetTableName ( DataType RelationObjectType ) : string
RelationObjectType DataType DataType.RelationObjectTyp
리턴 string

UpdateExtPro() 공개 메소드

public UpdateExtPro ( HYPDM p_oldValue, HYPDM p_newValue ) : void
p_oldValue HYPDM
p_newValue HYPDM
리턴 void

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