Condividi tramite


Proprietà DbCommandTree.UseDatabaseNullSemantics

[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 un valore che indica se l'albero dei comandi usa la semantica null per il database.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UseDatabaseNullSemantics As Boolean 
    Get
'Utilizzo
Dim instance As DbCommandTree 
Dim value As Boolean 

value = instance.UseDatabaseNullSemantics
public bool UseDatabaseNullSemantics { get; }
public:
property bool UseDatabaseNullSemantics {
    bool get ();
}
member UseDatabaseNullSemantics : bool
function get UseDatabaseNullSemantics () : boolean

Valore proprietà

Tipo: System.Boolean
L'albero dei comandi usa la semantica null per il database.

Vedere anche

Riferimento

DbCommandTree Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees