EntitySpaces esPlugIn for MyGeneration

esHelper.sCollection Property

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

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

Remarks

The default is "Collection" meaning a Table with the name "Employees" would be called "EmployeesCollection". See Collection and esCollection

See Also

esHelper Class | EntitySpaces.PlugIn Namespace