<< Click to Display Table of Contents >>

GetDataStore

해당 이름의 데이터 스토어를 가져옵니다.

Prototype

object GetDataStore(string DataStoreName)

Parameters

DataStoreName

데이터 스토어 이름

Example

var dm = This.GetDataModule();

var DataStoreName = dm.GetDataStore("datastore1");