wcf - Odata Parsing $metadata -
i'm hosting odata service exposes tables , properties db.
i can request metadata db using [hosturl]?$metadata property. return table names , columns in xml format.
i wondering if there built in odata class parse this, can grab out tables, , columns or have manually?
you can use odatalib parse metadata model described here:
http://odata.jenspinney.com/2013/02/creating-an-iedmmodel-from-a-metadata-document/
Comments
Post a Comment