Share via


DataServiceUrlKeyDelimiter Class

Definition

Component for controlling what convention set is used for generating URLs.

public sealed class DataServiceUrlKeyDelimiter
type DataServiceUrlKeyDelimiter = class
Public NotInheritable Class DataServiceUrlKeyDelimiter
Inheritance
DataServiceUrlKeyDelimiter

Properties

Parentheses

An instance of DataServiceUrlKeyDelimiter which uses parentheses delimiter. Specifically, this instance will produce keys that use parentheses like "Customers('ALFKI')".

Slash

An instance of DataServiceUrlKeyDelimiter which uses slash delimiter. Specifically, this instance will produce keys that use segments like "Customers/ALFKI".

Applies to