CRUDServiceBaseTEntity, TKey, TInput, TFilterIncludePropertyNamesForISelect Property

获取一个字符串数组,指示在查询时要贪婪加载的属性。

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
protected virtual string[] IncludePropertyNamesForISelect { get; }

Property Value

string

Remarks

将在查询时调用 ISelect.Include() 设置贪婪加载(在获取实体以及实体列表时均会设置(GetISelect(TKey)/GetISelectAsync(PagingInputTFilter, CancellationToken)))。

See Also