DelegationParameters.GetODataQueryString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns OData query string which has all parameter like $filter, $apply, etc.
public abstract string GetODataQueryString();
abstract member GetODataQueryString : unit -> string
Public MustOverride Function GetODataQueryString () As String