<< Click to Display Table of Contents >>
GetConnectionKeyItemValue
커넥션에 필요한 Item 값을 가져옵니다.
Prototype
string GetConnectionKeyItemValue(string ConnectionKeyItemName)
Parameters
ConnectionKeyItemName |
아이템 이름 |
Example
var dst = This.GetDataStore();
var ConnectionKeyItemValue = dst.GetConnectionKeyItemValue("value1");