MetaTable Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MetaTable type exposes the following members.
| Name | Description | |
|---|---|---|
|
DeleteMethod | Gets the DataContext method that is used to perform delete operations. |
|
InsertMethod | Gets the DataContext method that is used to perform insert operations. |
|
Model | Gets the MetaModel that contains this MetaTable. |
|
RowType | Gets the MetaType that describes the type of the rows of the table. |
|
TableName | Gets the name of the table as defined by the database. |
|
UpdateMethod | Gets the DataContext method that is used to perform update operations. |
Show: