Click or drag to resize
EF Visual Editor

ModelClassFindAssociationNamed Method

Finds the association named by the value specified in the parameter

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public NavigationProperty FindAssociationNamed(
	string identifier
)
Request Example View Source

Parameters

identifier
Type: SystemString
Association property name to find.

Return Value

Type: NavigationProperty
The object representing the association, if could
See Also