EntitySpaces esPlugIn for MyGeneration

esHelper.sPrefix Property

The prefix used when building abstract class names as esEntity, esCollection and others.

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

Remarks

The default is "es", as in "esEntity", "esCollection" and others. You can modify this property to override the default of "es". See esEntity, esCollection, esQuery

See Also

esHelper Class | EntitySpaces.PlugIn Namespace