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

GetRightColumnPrefix() public method

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