EFDataMemberViewModelBase Properties
The base for classes that provide ViewModels for displaying and managing Entity Framework data members in the application GUI.| Name | Description |
|---|---|
| DataMember | Indicates the data member. |
| DataMemberType | Specifies whether the data member is a table, view or a stored procedure. |
| Name | Indicates the data member name displayed in the application GUI. |
See Also