Metodo StructuralObject.SetValidValue (Nullable<UInt32>, String)
[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 UInt32 che verrà impostato per una proprietà sia valido.
Questa API non è conforme a CLS.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId := "propertyName")> _
<CLSCompliantAttribute(False)> _
Protected Friend Shared Function SetValidValue ( _
value As Nullable(Of UInteger), _
propertyName As String _
) As Nullable(Of UInteger)
'Utilizzo
Dim value As Nullable(Of UInteger)
Dim propertyName As String
Dim returnValue As Nullable(Of UInteger)
returnValue = StructuralObject.SetValidValue(value, _
propertyName)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")]
[CLSCompliantAttribute(false)]
protected internal static Nullable<uint> SetValidValue(
Nullable<uint> value,
string propertyName
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId = L"propertyName")]
[CLSCompliantAttribute(false)]
protected public:
static Nullable<unsigned int> SetValidValue(
Nullable<unsigned int> value,
String^ propertyName
)
[<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")>]
[<CLSCompliantAttribute(false)>]
static member SetValidValue :
value:Nullable<uint32> *
propertyName:string -> Nullable<uint32>
static function SetValidValue(
value : Nullable<uint>,
propertyName : String
) : Nullable<uint>
Parametri
- value
Tipo: System.Nullable<UInt32>
Valore UInt32 che ammette i valori Null.
- propertyName
Tipo: System.String
Nome della proprietà che verrà convalidata.
Valore restituito
Tipo: System.Nullable<UInt32>
Valore UInt32 che ammette i valori Null che viene impostato.