Click or drag to resize
EF Visual Editor

ModelClassHasAttributeNamed Method

Determines whether [has attribute named] [the specified identifier].

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 bool HasAttributeNamed(
	string identifier
)
Request Example View Source

Parameters

identifier
Type: SystemString
The identifier.

Return Value

Type: Boolean
true if [has attribute named] [the specified identifier]; otherwise, false.
See Also