QuerySpecExtensionMethods.As Method |
Name | Description | |
---|---|---|
![]() ![]() | As(DynamicQuery, String) |
Specifies the alias of the query
|
![]() ![]() | As<T>(DynamicQuery<T>, String) |
Specifies the alias of the query
|
![]() ![]() | As<TEntity>(EntityQuery<TEntity>, String) |
Specifies the alias of the query as a whole. To set the alias of the target of the query, use TargetAs(alias).
|