ReferentialConstraint.FromRole 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 "from role" that takes part in this ReferentialConstraint .
public System.Data.Entity.Core.Metadata.Edm.RelationshipEndMember FromRole { get; set; }
member this.FromRole : System.Data.Entity.Core.Metadata.Edm.RelationshipEndMember with get, set
Public Property FromRole As RelationshipEndMember
Property Value
A RelationshipEndMember object that represents the "from role" that takes part in this ReferentialConstraint .
Exceptions
Thrown if value passed into setter is null
Thrown if the ReferentialConstraint instance is in ReadOnly state
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework