I want to make "Common.Student" and "xyzProp" dynamic(replaced programmatically), I have them as string right now how to handle Type
var builder = new ODataConventionModelBuilder(); var entity = builder.EntityType<Common.Student>(); entity.Ignore(x => x.xyzProp);