Metodo StructuralObject.SetValidValue (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 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 UInteger, _
propertyName As String _
) As UInteger
'Utilizzo
Dim value As UInteger
Dim propertyName As String
Dim returnValue As UInteger
returnValue = StructuralObject.SetValidValue(value, _
propertyName)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")]
[CLSCompliantAttribute(false)]
protected internal static uint SetValidValue(
uint value,
string propertyName
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId = L"propertyName")]
[CLSCompliantAttribute(false)]
protected public:
static unsigned int SetValidValue(
unsigned int value,
String^ propertyName
)
[<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")>]
[<CLSCompliantAttribute(false)>]
static member SetValidValue :
value:uint32 *
propertyName:string -> uint32
static function SetValidValue(
value : uint,
propertyName : String
) : uint
Parametri
- value
Tipo: System.UInt32
Valore UInt32.
- propertyName
Tipo: System.String
Nome della proprietà che verrà convalidata.
Valore restituito
Tipo: System.UInt32
Valore UInt32 che viene impostato.