EntityData::CreatedAt Property
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
public: [IndexAttribute(IsClustered = true)] [TableColumnAttribute(TableColumnType::CreatedAt)] [DatabaseGeneratedAttribute(DatabaseGeneratedOption::Identity)] property Nullable<DateTimeOffset> CreatedAt { [CompilerGeneratedAttribute] virtual Nullable<DateTimeOffset> get() sealed; [CompilerGeneratedAttribute] virtual void set(Nullable<DateTimeOffset> value) sealed; }
Property Value
Type: System::Nullable<DateTimeOffset>Implements
ITableData::CreatedAt
Show: