Azavea.Open.DAO.SQL.SqlDaJoinQuery.GetRightColumnPrefix C# (CSharp) 메소드

GetRightColumnPrefix() 공개 메소드

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
리턴 string
        public string GetRightColumnPrefix()
        {
            return _rightPrefix;
        }