Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
breeze
EntityQuery
Class EntityQuery
Index
Constructor methods
constructor
Properties
entityManager
orderByClause
parameters
queryOptions
resourceName
resultEntityType
skipCount
takeCount
wherePredicate
Methods
execute
executeLocally
expand
from
from
fromEntities
fromEntityKey
fromEntityNavigation
inlineCount
noTracking
orderBy
orderByDesc
select
skip
take
toType
top
using
where
withParameters
Constructor methods
constructor
(
resourceName
?:
string
)
:
EntityQuery
Parameters
resourceName?:
string
optional
Returns
EntityQuery
Properties
public
entityManager
:
EntityManager
public
orderByClause
:
OrderByClause
public
parameters
:
Object
public
queryOptions
:
QueryOptions
public
resourceName
:
string
public
resultEntityType
:
EntityType
public
skipCount
:
number
public
takeCount
:
number
public
wherePredicate
:
Predicate
Methods
public
execute
(
callback
?:
ExecuteQuerySuccessCallback
, errorCallback
?:
ExecuteQueryErrorCallback
)
:
Promise
Parameters
callback?:
ExecuteQuerySuccessCallback
optional
errorCallback?:
ExecuteQueryErrorCallback
optional
Returns
Promise
public
executeLocally
(
)
:
Entity
[]
Returns
Entity
[]
public
expand
(
propertyPaths
:
Array<string>
)
:
EntityQuery
Parameters
propertyPaths:
Array<string>
Returns
EntityQuery
public
expand
(
propertyPaths
:
string
)
:
EntityQuery
Parameters
propertyPaths:
string
Returns
EntityQuery
public
static
from
(
resourceName
:
string
)
:
EntityQuery
Parameters
resourceName:
string
Returns
EntityQuery
public
from
(
resourceName
:
string
)
:
EntityQuery
Parameters
resourceName:
string
Returns
EntityQuery
public
static
fromEntities
(
entity
:
Entity
)
:
EntityQuery
Parameters
entity:
Entity
Returns
EntityQuery
public
static
fromEntities
(
entities
:
Entity
[]
)
:
EntityQuery
Parameters
entities:
Entity
[]
Returns
EntityQuery
public
static
fromEntityKey
(
entityKey
:
EntityKey
)
:
EntityQuery
Parameters
entityKey:
EntityKey
Returns
EntityQuery
public
static
fromEntityNavigation
(
entity
:
Entity
, navigationProperty
:
NavigationProperty
)
:
EntityQuery
Parameters
entity:
Entity
navigationProperty:
NavigationProperty
Returns
EntityQuery
public
inlineCount
(
enabled
?:
boolean
)
:
EntityQuery
Parameters
enabled?:
boolean
optional
Returns
EntityQuery
public
noTracking
(
enabled
:
boolean
)
:
EntityQuery
Parameters
enabled:
boolean
Returns
EntityQuery
public
orderBy
(
propertyPaths
:
string
)
:
EntityQuery
Parameters
propertyPaths:
string
Returns
EntityQuery
public
orderBy
(
propertyPaths
:
Array<string>
)
:
EntityQuery
Parameters
propertyPaths:
Array<string>
Returns
EntityQuery
public
orderByDesc
(
propertyPaths
:
string
)
:
EntityQuery
Parameters
propertyPaths:
string
Returns
EntityQuery
public
orderByDesc
(
propertyPaths
:
Array<string>
)
:
EntityQuery
Parameters
propertyPaths:
Array<string>
Returns
EntityQuery
public
select
(
propertyPaths
:
string
)
:
EntityQuery
Parameters
propertyPaths:
string
Returns
EntityQuery
public
select
(
propertyPaths
:
Array<string>
)
:
EntityQuery
Parameters
propertyPaths:
Array<string>
Returns
EntityQuery
public
skip
(
count
:
number
)
:
EntityQuery
Parameters
count:
number
Returns
EntityQuery
public
take
(
count
:
number
)
:
EntityQuery
Parameters
count:
number
Returns
EntityQuery
public
toType
(
typeName
:
string
)
:
EntityQuery
Parameters
typeName:
string
Returns
EntityQuery
public
toType
(
type
:
EntityType
)
:
EntityQuery
Parameters
type:
EntityType
Returns
EntityQuery
public
top
(
count
:
number
)
:
EntityQuery
Parameters
count:
number
Returns
EntityQuery
public
using
(
obj
:
EntityManager
)
:
EntityQuery
Parameters
obj:
EntityManager
Returns
EntityQuery
public
using
(
obj
:
DataService
)
:
EntityQuery
Parameters
obj:
DataService
Returns
EntityQuery
public
using
(
obj
:
JsonResultsAdapter
)
:
EntityQuery
Parameters
obj:
JsonResultsAdapter
Returns
EntityQuery
public
using
(
obj
:
QueryOptions
)
:
EntityQuery
Parameters
obj:
QueryOptions
Returns
EntityQuery
public
using
(
obj
:
StrategySymbol
)
:
EntityQuery
Parameters
obj:
StrategySymbol
Returns
EntityQuery
public
where
(
predicate
:
Predicate
)
:
EntityQuery
Parameters
predicate:
Predicate
Returns
EntityQuery
public
where
(
property
:
string
, operator
:
string
, value
:
any
)
:
EntityQuery
Parameters
property:
string
operator:
string
value:
any
Returns
EntityQuery
public
where
(
property
:
string
, operator
:
FilterQueryOpSymbol
, value
:
any
)
:
EntityQuery
Parameters
property:
string
operator:
FilterQueryOpSymbol
value:
any
Returns
EntityQuery
public
where
(
predicate
:
FilterQueryOpSymbol
)
:
EntityQuery
Parameters
predicate:
FilterQueryOpSymbol
Returns
EntityQuery
public
withParameters
(
params
:
Object
)
:
EntityQuery
Parameters
params:
Object
Returns
EntityQuery
Globals
breeze
breeze.config
breeze.core
jquery
q
DataType
EntityAction
EntityState
FetchStrategy
FilterQueryOp
MergeStrategy
metadataVersion
remoteAccess_odata
remoteAccess_webApi
version
ComplexObject
DataPropertyOptions
DataServiceOptions
Entity
EntityByKeyResult
EntityManagerOptions
EntityManagerProperties
EntityTypeOptions
EntityTypeProperties
ExecuteQueryErrorCallback
ExecuteQuerySuccessCallback
IProperty
IStructuralType
MetadataStoreOptions
NamingConventionOptions
NavigationPropertyOptions
NodeContext
OrderByClause
PredicateMethod
QueryContext
QueryOptionsConfiguration
QueryResult
SaveChangesErrorCallback
SaveChangesSuccessCallback
SaveOptionsConfiguration
SaveResult
ValidationOptionsConfiguration
ValidatorFunction
ValidatorFunctionContext
AutoGeneratedKeyType
ComplexAspect
ComplexType
DataProperty
DataService
DataServiceAdapter
DataTypeSymbol
EntityActionSymbol
EntityAspect
EntityChangedEvent
EntityChangedEventArgs
EntityKey
EntityManager
EntityQuery
constructor
entityManager
orderByClause
parameters
queryOptions
resourceName
resultEntityType
skipCount
takeCount
wherePredicate
execute
executeLocally
expand
from
from
fromEntities
fromEntityKey
fromEntityNavigation
inlineCount
noTracking
orderBy
orderByDesc
select
skip
take
toType
top
using
where
withParameters
EntityStateSymbol
EntityType
FilterQueryOpSymbol
HasChangesChangedEvent
HasChangesChangedEventArgs
JsonResultsAdapter
LocalQueryComparisonOptions
MetadataStore
NamingConvention
NavigationProperty
Predicate
PropertyChangedEvent
PropertyChangedEventArgs
QueryOptions
SaveOptions
StrategySymbol
ValidationError
ValidationErrorsChangedEvent
ValidationErrorsChangedEventArgs
ValidationOptions
Validator