EntitySpaces esPlugIn for MyGeneration

esHelper.Entity Method

Used to create the Entity class name.

Overload List

Used to create the Entity class name.

public string Entity(esPluginSource);

Used to create the Entity class name.

public string Entity(ITable);

Used to create the Entity class name.

public string Entity(IView);

This method can take in a raw table name or view name.

public string Entity(string);

See Also

esHelper Class | EntitySpaces.PlugIn Namespace