20 results for "how-to/api-reference-5x/korzh-easyquery-namespace/iqueryformats-interface"

IPagedList<T> interface

/api-reference-4x/korzh-easyquery-services-namespace/ipagedlist-t--interface

Implements both IPaging and System.Collections.Generic.IEnumerable interfaces. It's used to return paged list of objects.

IValueEditorCreator interface

/api-reference-4x/korzh-easyquery-namespace/ivalueeditorcreator-interface

Internal interface used for definition new (custom) types of value editors

IConditionCreator interface

/api-reference-4x/korzh-easyquery-namespace/iconditioncreator-interface

Represents special interface used for definition new (custom) types of conditions

IExpressionCreator interface

/api-reference-4x/korzh-easyquery-namespace/iexpressioncreator-interface

Represents special interface used for definition new (custom) types of expression

IValueEditorCreator interface

/api-reference-5x/korzh-easyquery-namespace/ivalueeditorcreator-interface

Internal interface used for definition new (custom) types of value editors

IPagedList<T> interface

/api-reference/korzh-easyquery/korzh-easyquery-services-namespace/ipagedlist-t--interface

Implements both `IPaging` and `System.Collections.Generic.IEnumerable` interfaces. It's used to return paged list of objects.

IDbCondition interface

/api-reference-4x/korzh-easyquery-db-namespace/idbcondition-interface

Used for conditions in [Korzh.EasyQuery.Db.DbQuery](api-reference-4x/korzh-easyquery-db-namespace/dbquery-class)

IValueListResolver interface

/api-reference-5x/korzh-easyquery-services-namespace/ivaluelistresolver-interface

Represents a type used to get the list of values by some "list" value editor.

ISqlExpression interface

/api-reference-4x/korzh-easyquery-db-namespace/isqlexpression-interface

Used for expressions in [Korzh.EasyQuery.Db.DbQuery](api-reference-4x/korzh-easyquery-db-namespace/dbquery-class)

IDbResultSet interface

/api-reference-5x/korzh-easyquery-services-namespace/idbresultset-interface

Represents an extension of IEqResultSet interface which also contains a function for adding a row. Implements the [Korzh.EasyQuery.Services.IEqResultSet](api-reference-5x/korzh-easyquery-services-namespace/ieqresultset-interface)