IBE.SQL.EliteDBIO.GetMapping C# (CSharp) 메소드

GetMapping() 개인적인 메소드

private GetMapping ( string mappingTable, string idString1, System.Boolean throwException = true ) : string
mappingTable string
idString1 string
throwException System.Boolean
리턴 string
        internal string GetMapping(string mappingTable, string idString1, Boolean throwException = true)
        {
            string idString2 = String.Empty;
            return GetMapping(mappingTable, idString1, idString2, throwException);
        }

Same methods

EliteDBIO::GetMapping ( string mappingTable, string idString1, string idString2, System.Boolean throwException = true ) : string