Click or drag to resize
NotifyingKeyedCommandifiedList<T, TKeyValue, TChangeType> Constructor

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public NotifyingKeyedCommandifiedList(
	Func<T, TKeyValue> keyValueProducerFunc,
	string keyPropertyName
)

Parameters

keyValueProducerFunc
Type: System.Func<T, TKeyValue>
The key value producer func.
keyPropertyName
Type: System.String
Name of the key property which is used to track changes in individual elements.
See Also