DataServiceUrlKeyDelimiter.Parentheses Property
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.
An instance of DataServiceUrlKeyDelimiter which uses parentheses delimiter. Specifically, this instance will produce keys that use parentheses like "Customers('ALFKI')".
public static Microsoft.OData.Client.DataServiceUrlKeyDelimiter Parentheses { get; }
member this.Parentheses : Microsoft.OData.Client.DataServiceUrlKeyDelimiter
Public Shared ReadOnly Property Parentheses As DataServiceUrlKeyDelimiter