22 namespace Deveel.Data.Sql.Expressions {
26 if (tableName == null)
27 throw new ArgumentNullException(
"tableName");
29 OnExpression = onExpression;
31 TableName = tableName;
36 throw new ArgumentNullException(
"subQuery");
38 OnExpression = onExpression;
void GetData(SerializeData data)
JoinType
Enumerates the kind of group join in a selection query.
void SetValue(string key, Type type, object value)
Describes the name of an object within a database.
object GetValue(string key)
JoinPart(JoinType joinType, ObjectName tableName, SqlExpression onExpression)
Defines the base class for instances that represent SQL expression tree nodes.
JoinPart(ObjectData data)
JoinPart(JoinType joinType, SqlQueryExpression subQuery, SqlExpression onExpression)