EntitySpaces esPlugIn for MyGeneration

esHelper.Query Method

Used to create the Query concrete class name.

Overload List

Used to create the Query concrete class name.

public string Query(esPluginSource);

Used to create the Query concrete class name.

public string Query(ITable);

Used to create the Query concrete class name.

public string Query(IView);

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

public string Query(string);

See Also

esHelper Class | EntitySpaces.PlugIn Namespace | sQuery | esQuery