ExtensionMethods.SetEdmReferences 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.
Sets edmx:Reference information (IEdmReference) to the model.
public static void SetEdmReferences (this Microsoft.OData.Edm.IEdmModel model, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmReference> edmReferences);
static member SetEdmReferences : Microsoft.OData.Edm.IEdmModel * seq<Microsoft.OData.Edm.IEdmReference> -> unit
<Extension()>
Public Sub SetEdmReferences (model As IEdmModel, edmReferences As IEnumerable(Of IEdmReference))
Parameters
- model
- IEdmModel
The IEdmModel to set edmx:Reference information.
- edmReferences
- IEnumerable<IEdmReference>
The edmx:Reference information to be set.