EntityContainer.AssociationSets 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 the association sets for this entity container.
public System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.AssociationSet> AssociationSets { get; }
member this.AssociationSets : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.AssociationSet>
Public ReadOnly Property AssociationSets As ReadOnlyMetadataCollection(Of AssociationSet)
Property Value
The association sets for this entity container .