NotifyingKeyedCommandifiedListT, TKeyValue, TChangeType Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic NotifyingKeyedCommandifiedList(
	Func<T, TKeyValue> keyValueProducerFunc,
	string keyPropertyName
)
Public Sub New ( 
	keyValueProducerFunc As Func(Of T, TKeyValue),
	keyPropertyName As String
)
Parameters
- keyValueProducerFunc
 - Type: SystemFuncT, TKeyValue
The key value producer func. - keyPropertyName
 - Type: SystemString
Name of the key property which is used to track changes in individual elements. 
See Also