<< Click to Display Table of Contents >>
GetConnectionKey
오즈 서버의 커넥션 풀에서 현재 데이터 스토어에 매칭되는 커넥션 키 값을 가져옵니다.
Prototype
string GetConnectionKey()
Reference
UseConnectionPoolAlias 속성 값이 true이면 null을 리턴합니다.
Example
var dst = This.GetDataStore();
var ConnectionKey = dst.GetConnectionKey();