EasyObjects.NET Programmers Reference

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

See Also

EasyObject Class | NCI.EasyObjects Namespace