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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework