Azavea.Open.DAO.SQL.SqlDaJoinQuery.GetRightColumnPrefix C# (CSharp) Méthode

GetRightColumnPrefix() public méthode

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
Résultat string
        public string GetRightColumnPrefix()
        {
            return _rightPrefix;
        }