Overload List
Name | Description | |
---|---|---|
FromT |
The same as calling "new EntityQuery{T}.(resourceName)".
|
|
FromT(String) |
The same as calling "new EntityQuery{T}.(resourceName)".
|
|
FromT(String, T) |
This signature is intended to be use for queries that will return
an anonymous type. An example instance of the anonymous type you want
returned may be passed as the 2nd argument and will be used to
materialize the result of the query.
|
See Also