public void Load(string state) { _query.SetState(state); }
public void Load(string state) { CheckDisposed(); _query.SetState(state); }