public string getDataLocation();
서버/데이터 위치(URL)를 리턴한다.(WCF/Restful 전용)
- 파라미터
- 리턴값
서버/데이터 위치
- 상세설명
- 예제
mObjDataGrid = document.getElementById('slDataGrid').Content.EntryPoint; var strDataLocation = mObjDataGrid.getDataLocation();
public string getDataLocation();
서버/데이터 위치(URL)를 리턴한다.(WCF/Restful 전용)
서버/데이터 위치
mObjDataGrid = document.getElementById('slDataGrid').Content.EntryPoint; var strDataLocation = mObjDataGrid.getDataLocation();