DataServiceClientFormat.LoadServiceModel Property
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.
Invoked when using the parameterless UseJson method in order to get the service model.
public Func<Microsoft.OData.Edm.IEdmModel> LoadServiceModel { get; set; }
member this.LoadServiceModel : Func<Microsoft.OData.Edm.IEdmModel> with get, set
Public Property LoadServiceModel As Func(Of IEdmModel)