| EntityTKeySetPropertyT Method (String, NullableT, NullableT) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax protected 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: SystemString
- oldValue
- Type: SystemNullableT
- newValue
- Type: SystemNullableT
Type Parameters
- T
Return Value
Type:
BooleanSee Also