次の方法で共有


EntityData.UpdatedAt プロパティ

定義

[Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumn(Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType.UpdatedAt)]
[System.ComponentModel.DataAnnotations.Schema.DatabaseGenerated(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.Computed)]
public DateTimeOffset? UpdatedAt { get; set; }
[<Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumn(Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType.UpdatedAt)>]
[<System.ComponentModel.DataAnnotations.Schema.DatabaseGenerated(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.Computed)>]
member this.UpdatedAt : Nullable<DateTimeOffset> with get, set
Public Property UpdatedAt As Nullable(Of DateTimeOffset)

プロパティ値

実装

属性

適用対象