EntitySpaces esPlugIn for MyGeneration

esHelper.sQuery Property

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

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

Remarks

The default is "Query" meaning a Table with the name "Employees" would be called "EmployeesQuery". See Query and esQuery

See Also

esHelper Class | EntitySpaces.PlugIn Namespace