EntityData.Deleted Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

Syntax

[TableColumnAttribute(TableColumnType.Deleted)]
public bool Deleted {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[TableColumnAttribute(TableColumnType::Deleted)]
property bool Deleted {
    [CompilerGeneratedAttribute]
    virtual bool get() sealed;
    [CompilerGeneratedAttribute]
    virtual void set(bool value) sealed;
}
[<TableColumnAttribute(TableColumnType.Deleted)>]
abstract Deleted : bool with get, set
[<TableColumnAttribute(TableColumnType.Deleted)>]
override Deleted : bool with get, set
<TableColumnAttribute(TableColumnType.Deleted)>
Public Property Deleted As Boolean

Property Value

Type: System.Boolean

Implements

ITableData.Deleted

See Also

EntityData Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top