TableExpression(String, String, String, IQuerySource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression class.
public TableExpression (string table, string schema, string alias, Remotion.Linq.Clauses.IQuerySource querySource);
new Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression : string * string * string * Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression
Public Sub New (table As String, schema As String, alias As String, querySource As IQuerySource)
Parameters
- table
- String
The table name.
- schema
- String
The schema name.
- alias
- String
The alias.
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework