ComplexPropertyMapping(EdmProperty) Constructor
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.
Construct a new Complex Property mapping object
public ComplexPropertyMapping (System.Data.Entity.Core.Metadata.Edm.EdmProperty property);
new System.Data.Entity.Core.Mapping.ComplexPropertyMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty -> System.Data.Entity.Core.Mapping.ComplexPropertyMapping
Public Sub New (property As EdmProperty)
Parameters
- property
- EdmProperty
The MemberMetadata object that represents this Complex member
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework