CustomUriLiteralPrefixes 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.
Extends the uri parsing system of Literal Prefix. With this class, you can add a custom literal prefix for any EdmType.
public static class CustomUriLiteralPrefixes
type CustomUriLiteralPrefixes = class
Public Class CustomUriLiteralPrefixes
- Inheritance
-
CustomUriLiteralPrefixes
Methods
AddCustomLiteralPrefix(String, IEdmTypeReference) |
Add a literal prefix for the given EdmType. |
RemoveCustomLiteralPrefix(String) |
Remove the given literal prefix |