Azavea.Open.DAO.SQL.SqlDaJoinQuery.GetLeftColumnPrefix C# (CSharp) Method

GetLeftColumnPrefix() public method

The prefix that should be used to get the left table's columns out of the IDataReader when accessing them by name.
public GetLeftColumnPrefix ( ) : string
return string
        public string GetLeftColumnPrefix()
        {
            return _leftPrefix;
        }