AlternateKeysODataUriResolver(IEdmModel) Constructor
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.
Constructs a AlternateKeysODataUriResolver with the given edmModel to be used for resolving alternate keys
public AlternateKeysODataUriResolver (Microsoft.OData.Edm.IEdmModel model);
new Microsoft.OData.UriParser.AlternateKeysODataUriResolver : Microsoft.OData.Edm.IEdmModel -> Microsoft.OData.UriParser.AlternateKeysODataUriResolver
Public Sub New (model As IEdmModel)
Parameters
- model
- IEdmModel
The model to be used.