C# (CSharp) Remotion.Linq.SqlBackend.SqlStatementModel.Resolved SqlEntityExpression - 24 examples found. These are the top rated real world C# (CSharp) examples of Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlEntityExpression extracted from open source projects. You can rate examples to help us improve the quality of examples.
SqlEntityExpression represents an entity in a SQL expression. It consists of a list of columns, a primary key (which is usually part of the columns list), and a table alias identifying the table or substatement the entity stems from. An entity can have a name, which is used to prefix all of its columns with in the generated SQL.