IEntityModel.Types Property
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.
Gets all the entity types in the model.
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityType> Types { get; }
member this.Types : seq<Microsoft.VisualStudio.ProjectSystem.Query.IEntityType>
Public ReadOnly Property Types As IEnumerable(Of IEntityType)