MetaTable Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property DeleteMethod Gets the DataContext method that is used to perform delete operations.
Public property InsertMethod Gets the DataContext method that is used to perform insert operations.
Public property Model Gets the MetaModel that contains this MetaTable.
Public property RowType Gets the MetaType that describes the type of the rows of the table.
Public property TableName Gets the name of the table as defined by the database.
Public property UpdateMethod Gets the DataContext method that is used to perform update operations.
Top

Show:
© 2017 Microsoft