EasyObjects.NET Programmers Reference

EasyObject.SchemaStoredProcedureWithSeparator Property

This is the schema for the stored procedures that will be accessed by the EasyObject. For instance, if you set this to "HR" then when you do an update your stored procedure will be prefaced by "HR.MyStoredProc" See SchemaGlobal.

public virtual string SchemaStoredProcedureWithSeparator {get;}

See Also

EasyObject Class | NCI.EasyObjects Namespace