ICRUDProxyIncludePropertyNamesForISelect Property
一个字符串数组,指示在查询时要包含的属性(将会调用 ISelect.Include() 相关方法)。
Namespace: QuickAdmin.RCLAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
string[] IncludePropertyNamesForISelect { get; }
Property Value
string代理初始化时若发现了导航属性,此属性将被置为包含该导航属性名称的字符串数组。