DataServiceUrlKeyDelimiter Class
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.
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". |