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