|
ModelClassHasPropertyNamed Method
|
Determines whether the generated code will have a property with the name 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 bool HasPropertyNamed(
string identifier
)
Public Function HasPropertyNamed (
identifier As String
) As Boolean
Request Example
View SourceParameters
- identifier
- Type: SystemString
Property name to find.
Return Value
Type:
Booleantrue if the class will have this property; otherwise,
false.
See Also