Created
June 30, 2014 08:33
-
-
Save ODataTeam/92782e98cee5f17b9b07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EdmReference refModel = new EdmReference(string.Format("{0}ReferencedModel.csdl", ServiceBaseUri)); | |
refModel.AddInclude(new EdmInclude("RefModel", "SampleCode.ReferencedModel")); | |
mainModel.SetEdmReferences(new IEdmReference[] { refModel }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment