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

GetMappingT() private method

private GetMappingT ( string mappingTable, string idString1, System.Boolean throwException = true ) : String>.Tuple
mappingTable string
idString1 string
throwException System.Boolean
return String>.Tuple
        internal Tuple<String, String> GetMappingT(string mappingTable, string idString1, Boolean throwException = true)
        {
            string idString2 = String.Empty;
            return GetMappingT(mappingTable, idString1, idString2, throwException);
        }

Same methods

EliteDBIO::GetMappingT ( string mappingTable, string idString1, string idString2, System.Boolean throwException = true ) : String>.Tuple