TableExpressionBase Constructors
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.
Overloads
TableExpressionBase(String) |
Creates a new instance of the TableExpressionBase class. |
TableExpressionBase(String, IEnumerable<IAnnotation>) |
Creates a new instance of the TableExpressionBase class. |
TableExpressionBase(String)
Creates a new instance of the TableExpressionBase class.
protected TableExpressionBase (string alias);
protected TableExpressionBase (string? alias);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected Sub New (alias As String)
Parameters
- alias
- String
A string alias for the table source.
Applies to
TableExpressionBase(String, IEnumerable<IAnnotation>)
Creates a new instance of the TableExpressionBase class.
protected TableExpressionBase (string? alias, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? annotations);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase : string * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected Sub New (alias As String, annotations As IEnumerable(Of IAnnotation))
Parameters
- alias
- String
A string alias for the table source.
- annotations
- IEnumerable<IAnnotation>
A collection of annotations associated with this expression.
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