18 using System.Collections.Generic;
23 namespace Deveel.Data.Sql.Statements {
28 throw new ArgumentNullException(
"groups");
37 public IEnumerable<SqlExpression> Groups {
get;
private set; }
void GetData(SerializeData data)
void SetValue(string key, Type type, object value)
SetUserGroupsAction(ObjectData data)
object GetValue(string key)
SetUserGroupsAction(IEnumerable< SqlExpression > groups)
Defines the base class for instances that represent SQL expression tree nodes.