次の方法で共有


EntityData.CreatedAt プロパティ

定義

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

プロパティ値

実装

属性

適用対象