| EntitySpaces esPlugIn for MyGeneration |
|
esHelper.sProcPrefix Property
The prefix used when building stored procedure names.
[Visual Basic]
Public Property sProcPrefix As
String
[C#]
public
string sProcPrefix {get; set;}
Remarks
The default is "proc_" meaning stored procedures will begin with "proc_"
See Also
esHelper Class | EntitySpaces.PlugIn Namespace