RowValueExpression(IReadOnlyList<SqlExpression>) 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.
Creates a new instance of the RowValueExpression class.
public RowValueExpression(System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> values);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression
Public Sub New (values As IReadOnlyList(Of SqlExpression))
Parameters
- values
- IReadOnlyList<SqlExpression>
The values of this row.