IQueryCursor - интерфейс |
Пространство имён: FinistSoft.Storage
public interface IQueryCursor : IEnumerator<QueryResultRow>, IDisposable, IEnumerator
Тип IQueryCursor предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Current | Gets the element in the collection at the current position of the enumerator. (Унаследован от IEnumeratorQueryResultRow.) |
Имя | Описание | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable.) | |
GetObjectT |
Возвращает бизнес-объект заданного типа из последней считанной строки результата объектного запроса.
| |
GetObjectT(Int32) |
Возвращает бизнес-объект заданного типа из последней считанной строки результата объектного запроса,
который соответствует корневому объекту запросаQueryRootObject с заданным порядковым номером (по порядку добавления вQuery).
| |
MoveNext | Advances the enumerator to the next element of the collection. (Унаследован от IEnumerator.) | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Унаследован от IEnumerator.) |