Entity type defining the members of this entityset
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public StoreEntityType EntityType { get; set; } |
Visual Basic |
---|
Public Property EntityType As StoreEntityType Get Set |
Visual C++ |
---|
public: property StoreEntityType^ EntityType { StoreEntityType^ get (); void set (StoreEntityType^ value); } |