EasyObjects.NET Programmers Reference

EasyObject.SchemaStoredProcedure 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 SchemaStoredProcedure {get; set;}

See Also

EasyObject Class | NCI.EasyObjects Namespace