Condividi tramite


Proprietà HistoryRow.Model

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene o imposta lo stato del modello dopo l'applicazione della migrazione.

Spazio dei nomi:  System.Data.Entity.Migrations.History
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Model As Byte()
    Get 
    Set
'Utilizzo
Dim instance As HistoryRow 
Dim value As Byte()

value = instance.Model

instance.Model = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
public byte[] Model { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")]
public:
property array<unsigned char>^ Model {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")>]
member Model : byte[] with get, set
function get Model () : byte[]
function set Model (value : byte[])

Valore proprietà

Tipo: System.Byte[]

Vedere anche

Riferimento

HistoryRow Classe

Spazio dei nomi System.Data.Entity.Migrations.History