QueryFactoryCore.Create Method |
Name | Description | |
---|---|---|
![]() | Create() | Creates a new DynamicQuery instance with no alias set. |
![]() | Create<TEntity>() | 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. |
![]() | Create<TEntity>(String) | Creates a new EntityQuery for the entity of the type specified with the alias specified as the alias set. |