 | Entity<TKey>.SetProperty<T> Method (String, Nullable<T>, Nullable<T>) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxprotected bool SetProperty<T>(
string name,
ref Nullable<T> oldValue,
Nullable<T> newValue
)
where T : struct, new(), IComparable<T>
Protected Function SetProperty(Of T As {Structure, New, IComparable(Of T)}) (
name As String,
ByRef oldValue As Nullable(Of T),
newValue As Nullable(Of T)
) As Boolean
Parameters
- name
- Type: System.String
- oldValue
- Type: System.Nullable<T>
- newValue
- Type: System.Nullable<T>
Type Parameters
- T
Return Value
Type:
Boolean
See Also