IBE.SQL.EliteDBIO.GetMapping C# (CSharp) Method

GetMapping() private method

private GetMapping ( string mappingTable, string idString1, System.Boolean throwException = true ) : string
mappingTable string
idString1 string
throwException System.Boolean
return 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