<< Click to Display Table of Contents >>

GetConnection

현재 데이터 스토어의 데이터베이스 커넥션을 가져옵니다.

Prototype

object GetConnection()

Reference

데이터 스토어가 초기화된 후에 실행할 수 있습니다.

Example

var dst = This.GetDataStore();

var Connection = dst.GetConnection();