Click or drag to resize
GenericExpressionHandlerHandleMemberBindingList Method
Handles the member binding list.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual IEnumerable<MemberBinding> HandleMemberBindingList(
	ReadOnlyCollection<MemberBinding> listToHandle
)

Parameters

listToHandle
Type: System.Collections.ObjectModelReadOnlyCollectionMemberBinding
The list to handle.

Return Value

Type: IEnumerableMemberBinding
See Also