Click or drag to resize
EF Visual Editor

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
)
Request Example View Source

Parameters

identifier
Type: SystemString
Property name to find.

Return Value

Type: Boolean
true if the class will have this property; otherwise, false.
See Also