C# (CSharp) Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved Namespace

Classes

Name Description
JoinConditionExpression JoinConditionExpression represents the data source defined by a member access in the from part of a linq expression.
SqlEntityRefMemberExpression Describes a member reference representing an entity rather than a simple column.
SqlTableReferenceExpression SqlTableReferenceExpression represents a data row in a SqlTable.
UnresolvedCollectionJoinInfo UnresolvedCollectionJoinInfo represents the data source defined by a member access to a collection in a LINQ expression.
UnresolvedGroupReferenceTableInfo UnresolvedGroupReferenceTableInfo constitutes an implementation of ITableInfo for data sources returning items from a sequence produced by another SqlTable called the ReferencedGroupSource.
UnresolvedJoinInfo UnresolvedJoinInfo represents the data source defined by a member access in a LINQ expression.
UnresolvedTableInfo UnresolvedTableInfo holds a ConstantExpression representing the data source defined by a LINQ query.