IEntityModel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entity model is the root of the metadata model of types in the project system API.
public interface IEntityModel
type IEntityModel = interface
Public Interface IEntityModel
Properties
Name |
The unique name of the model. |
Root |
Gets the root queryable space type. |
Types |
Gets all the entity types in the model. |
Methods
GetEntityType(String) |
Gets the entity type based on a name. |
GetEntityType(Type) |
Gets the entity type metadata from a contract type. |