EntitySpaces esPlugIn for MyGeneration

esHelper.ProcUpdate Method

Used to create the Update stored procedure name.

Overload List

Used to create the Update stored procedure name.

public string ProcUpdate(esPluginSource);

Used to create the ProcUpdate stored procedure name.

public string ProcUpdate(ITable);

Used to create the Update stored procedure name.

public string ProcUpdate(IView);

Used to create the Update stored procedure name.

public string ProcUpdate(string);

See Also

esHelper Class | EntitySpaces.PlugIn Namespace