Delen via


ODataUrlKeyDelimiter.Parentheses Property

Definition

An instance of ODataUrlKeyDelimiter which uses Parentheses as key delimiter in URL. Specifically, this instance will produce keys that use parentheses like "Customers('ALFKI')".

public static Microsoft.OData.ODataUrlKeyDelimiter Parentheses { get; }
member this.Parentheses : Microsoft.OData.ODataUrlKeyDelimiter
Public Shared ReadOnly Property Parentheses As ODataUrlKeyDelimiter

Property Value

Applies to