QueryFactoryCoreCreate Method |
Name | Description | |
---|---|---|
Create | Creates a new DynamicQuery instance with no alias set. | |
CreateTEntity | Creates a new EntityQuery for the entity of the type specified with no alias set. | |
Create(String) | Creates a new DynamicQuery instance with the alias specified as the alias set. | |
CreateTEntity(String) | Creates a new EntityQuery for the entity of the type specified with the alias specified as the alias set. |