EntityData.CreatedAt Property

Definition

[Microsoft.Azure.Mobile.Server.Tables.TableColumn(Microsoft.Azure.Mobile.Server.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.Azure.Mobile.Server.Tables.TableColumn(Microsoft.Azure.Mobile.Server.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)

Property Value

Implements

Attributes

Applies to