EFDBTableViewModel Properties
Provides a ViewModel for displaying and managing Entity Framework database tables in the application GUI.| Name | Description |
|---|---|
| DataMember | Indicates the data member from an Entity Framework data source. |
| DataMemberType | Indicates the type of a data member from an Entity Framework data source. |
| Name | Indicates the data member name displayed in the application GUI. Inherited from EFDataMemberViewModelBase. |
See Also