execute() 공개 메소드

public execute ( String daoName, String methodName, Object args ) : IndexedHashtable
daoName String
methodName String
args Object
리턴 IndexedHashtable
예제 #1
0
파일: ConnectionApi.cs 프로젝트: OSEHRA/mdo
 public IndexedHashtable getTimestamp(MultiSourceQuery msq)
 {
     return msq.execute("Connection", "getTimestamp", new object[] { });
 }