EntitySpaces esPlugIn for MyGeneration

esHelper.Collection Method

Used to create the Collection concrete class name.

Overload List

Used to create the Collection concrete class name.

public string Collection(esPluginSource);

Used to create the Collection concrete class name.

public string Collection(ITable);

Used to create the Collection concrete class name.

public string Collection(IView);

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

public string Collection(string);

See Also

esHelper Class | EntitySpaces.PlugIn Namespace | sCollection | esCollection