Dependent entityset. This is normally the entityset corresponding to the table that the underlying foreign key constraint is defined on.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public StoreEntitySet FromEntitySet { get; set; } |
Visual Basic |
---|
Public Property FromEntitySet As StoreEntitySet Get Set |
Visual C++ |
---|
public: property StoreEntitySet^ FromEntitySet { StoreEntitySet^ get (); void set (StoreEntitySet^ value); } |