EntitySpaces esPlugIn for MyGeneration

esHelper.sEntity Property

The suffix used when building abstract and concrete "Entity" class names.

[Visual Basic]
Public Property sEntity As String
[C#]
public string sEntity {get; set;}

Remarks

The default is "" or blank meaning a Table with the name "Employees" would be called "Employees". See Entity and esEntity

See Also

esHelper Class | EntitySpaces.PlugIn Namespace