Metodo StructuralObject.SetValidValue (Decimal, 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 Decimal impostato per una proprietà sia valido.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId := "propertyName")> _
Protected Friend Shared Function SetValidValue ( _
value As Decimal, _
propertyName As String _
) As Decimal
'Utilizzo
Dim value As Decimal
Dim propertyName As String
Dim returnValue As Decimal
returnValue = StructuralObject.SetValidValue(value, _
propertyName)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")]
protected internal static decimal SetValidValue(
decimal value,
string propertyName
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId = L"propertyName")]
protected public:
static Decimal SetValidValue(
Decimal value,
String^ propertyName
)
[<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "propertyName")>]
static member SetValidValue :
value:decimal *
propertyName:string -> decimal
static function SetValidValue(
value : decimal,
propertyName : String
) : decimal
Parametri
- value
Tipo: System.Decimal
Valore Decimal.
- propertyName
Tipo: System.String
Nome della proprietà che verrà convalidata.
Valore restituito
Tipo: System.Decimal
Valore Decimal che viene impostato.