|
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
)
Public Function HasAttributeNamed (
identifier As String
) As Boolean
Request Example
View SourceParameters
- identifier
- Type: SystemString
The identifier.
Return Value
Type:
Booleantrue if [has attribute named] [the specified identifier]; otherwise,
false.
See Also