Skip to content

Instantly share code, notes, and snippets.

@ODataTeam
Created June 30, 2014 08:34
Show Gist options
  • Save ODataTeam/d585e00a94b7f4e31c25 to your computer and use it in GitHub Desktop.
Save ODataTeam/d585e00a94b7f4e31c25 to your computer and use it in GitHub Desktop.
using (var msgWriter = new ODataMessageWriter((IODataResponseMessage)message, writerSettings, mainModel))
{
msgWriter.WriteMetadataDocument();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment