ODataUrlKeyDelimiter 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 are used for generating URLs.
public sealed class ODataUrlKeyDelimiter
type ODataUrlKeyDelimiter = class
Public NotInheritable Class ODataUrlKeyDelimiter
- Inheritance
-
ODataUrlKeyDelimiter
Properties
Parentheses |
An instance of ODataUrlKeyDelimiter which uses Parentheses as key delimiter in URL. Specifically, this instance will produce keys that use parentheses like "Customers('ALFKI')". |
Slash |
An instance of ODataUrlKeyDelimiter which uses slash as key delimiter in URL. Specifically, this instance will produce keys that use segments like "Customers/ALFKI". |