Condividi tramite


Metodo StructuralObject.SetValidValue (TimeSpan)

[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 TimeSpan 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 TimeSpan _
) As TimeSpan
'Utilizzo
Dim value As TimeSpan 
Dim returnValue As TimeSpan 

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

Parametri

Valore restituito

Tipo: System.TimeSpan
Valore TimeSpan che viene impostato.

Vedere anche

Riferimento

StructuralObject Classe

Overload SetValidValue

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