EntityModel.InitializeTypes(IReadOnlyCollection<IEntityType>) Method
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.
Initialize the type list. This is expected to be called by inherited model class during its construction type.
protected void InitializeTypes (System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityType> types);
member this.InitializeTypes : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityType> -> unit
Protected Sub InitializeTypes (types As IReadOnlyCollection(Of IEntityType))
Parameters
- types
- IReadOnlyCollection<IEntityType>
A complete list of types in the model.