EntityType.InitializeProperties 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 properties collection.
protected void InitializeProperties (System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty> properties);
member this.InitializeProperties : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty> -> unit
Protected Sub InitializeProperties (properties As IReadOnlyCollection(Of IEntityProperty))
Parameters
- properties
- IReadOnlyCollection<IEntityProperty>
A collection of properties defined in the entity type. Properties from base type are included here.