EasyObjects.NET Programmers Reference

EasyObject.SchemaTableViewWithSeparator Property

This is the schema for the Table or View that will be accessed via Query.Load() and AddNew(). For instance, if you set this to "HR" then Query.Load() will use "HR.EMPLOYEES" instead of just "EMPLOYEES". See SchemaGlobal.

public virtual string SchemaTableViewWithSeparator {get;}

See Also

EasyObject Class | NCI.EasyObjects Namespace