CustomOperators Property
CustomOperators
Allows the declaration of a subset of operators supported by the target data source.
Declaration
public ReadOnlyCollection<string> CustomOperators { get; set; }
Public Property CustomOperators As ReadOnlyCollection(Of String)