Click or drag to resize
TypedListDefinitionFindFieldEqualToSpecifiedField Method
Finds the field equal to the specified field. The specified field is likely used in an editor of some sort and the real field inside this typedlist has to be found

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public TypedListFieldDefinition FindFieldEqualToSpecifiedField(
	TypedListFieldDefinition toFind
)

Parameters

toFind
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListFieldDefinition
To find.

Return Value

Type: TypedListFieldDefinition
the field inside this typedlist equal to the specified field or null if not found
See Also