Share via


TableValuedFunctionExpression.Arguments Property

Definition

The list of arguments of this function.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>
Public Overridable ReadOnly Property Arguments As IReadOnlyList(Of SqlExpression)

Property Value

Applies to