gov.va.medora.mdo.dao.vista.CallBackFile.getRecords C# (CSharp) Method

getRecords() public method

public getRecords ( AbstractConnection cxn, string ien ) : void
cxn AbstractConnection
ien string
return void
        public void getRecords(AbstractConnection cxn, string ien)
        {
            DdrLister query = buildGetSubrecordsQuery(cxn, ien);
            string[] response = query.execute();
            toRecords(response);
        }