Freigeben über


ColumnModel.IsTimestamp-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft einen Wert ab, der angibt, ob dieses Eigenschaftenmodell als Zeitstempel konfiguriert werden soll, oder legt ihn fest.

Namespace:  System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable Property IsTimestamp As Boolean 
    Get 
    Set
'Usage
Dim instance As ColumnModel 
Dim value As Boolean 

value = instance.IsTimestamp

instance.IsTimestamp = value
public virtual bool IsTimestamp { get; set; }
public:
virtual property bool IsTimestamp {
    bool get ();
    void set (bool value);
}
abstract IsTimestamp : bool with get, set 
override IsTimestamp : bool with get, set
function get IsTimestamp () : boolean 
function set IsTimestamp (value : boolean)

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

ColumnModel Klasse

System.Data.Entity.Migrations.Model-Namespace