ExtensionMethods.GetEdmReferences(IEdmModel) Method
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.
Gets edmx:Reference information (IEdmReference) from the model.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmReference> GetEdmReferences (this Microsoft.OData.Edm.IEdmModel model);
static member GetEdmReferences : Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.IEdmReference>
<Extension()>
Public Function GetEdmReferences (model As IEdmModel) As IEnumerable(Of IEdmReference)
Parameters
- model
- IEdmModel
The IEdmModel to get edmx:Reference information.
Returns
The edmx:Reference information.