EntityData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract implementation of the ITableData interface indicating how the system properties for a given table data model are to be serialized when communicating with clients when using Entity Framework for accessing the backend store. The uniform serialization of system properties ensures that the clients can process the system properties uniformly across platforms. Concrete entity framework models can derive from this base class in order to support the system properties.
public abstract class EntityData : Microsoft.Azure.Mobile.Server.Tables.ITableData
type EntityData = class
interface ITableData
Public MustInherit Class EntityData
Implements ITableData
- Inheritance
-
EntityData
- Implements
Constructors
EntityData() |
Properties
CreatedAt | |
Deleted | |
Id | |
UpdatedAt | |
Version |
Applies to
Azure SDK for .NET