Condividi tramite


Metodo StructuralObject.SetValidValue (Boolean)

[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.]

Assicura che il valore Boolean impostato per una proprietà sia valido.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Protected Friend Shared Function SetValidValue ( _
    value As Boolean _
) As Boolean
'Utilizzo
Dim value As Boolean 
Dim returnValue As Boolean 

returnValue = StructuralObject.SetValidValue(value)
protected internal static bool SetValidValue(
    bool value
)
protected public:
static bool SetValidValue(
    bool value
)
static member SetValidValue : 
        value:bool -> bool
static function SetValidValue(
    value : boolean
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
Valore Boolean che viene impostato.

Vedere anche

Riferimento

StructuralObject Classe

Overload SetValidValue

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses