PropertyItem.FilteringIdField property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the filtering identifier field. If the column is CompanyName, its FilteringIdField might be CompanyId.

public string FilteringIdField { get; set; }

Property Value

The filtering identifier field.

See Also