Interface IComplexProperty
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.dll
Represents a complex property of a structural type.
public interface IComplexProperty : IReadOnlyComplexProperty, IPropertyBase, IReadOnlyPropertyBase, IAnnotatable, IReadOnlyAnnotatable
- Inherited Members
- Extension Methods
Remarks
See Modeling entity types and relationships for more information and examples.
Properties
ComplexType
Gets the associated complex type.
IComplexType ComplexType { get; }