Click or drag to resize
EF Visual Editor

ModelClassFindAttributeNamed Method

Finds the attribute 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 ModelAttribute FindAttributeNamed(
	string identifier
)
Request Example View Source

Parameters

identifier
Type: SystemString
Attribute name to find.

Return Value

Type: ModelAttribute
The object representing the attribute, if could
See Also