Click or drag to resize

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>

Parameters

name
Type: SystemString
oldValue
Type: SystemNullableT
newValue
Type: SystemNullableT

Type Parameters

T

Return Value

Type: Boolean
See Also