gov.va.medora.mdo.dao.MultiSourceQuery.getConnection C# (CSharp) 메소드

getConnection() 공개 메소드

public getConnection ( String sitecode ) : Connection
sitecode String
리턴 Connection
        public Connection getConnection(String sitecode)
        {
            if (!siteIsConnected(sitecode))
            {
                throw new Exception("Site is not connected");
            }
            return (Connection)cxnTable.GetValue(sitecode);
        }

Same methods

MultiSourceQuery::getConnection ( int idx ) : Connection