Click or drag to resize

Entity<TKey>.SetProperty<T> Method (String, Nullable<T>, Nullable<T>)

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: System.String
oldValue
Type: System.Nullable<T>
newValue
Type: System.Nullable<T>

Type Parameters

T

Return Value

Type: Boolean
See Also