c# - Difference between OData complex and entity types -
i new odata , haven't yet found clear answer difference between complex , entity types. far found out entity type should have key property. there further differences , how should taken account when using odataconventionmodelbuilder
?
from understanding entity type type can returned entityset , complex type type nested in entity type. in experience have tell odataconventionsmodelbuilder complex types discovers them.
Comments
Post a Comment