Share via


DbInExpression.List Property

Definition

Gets the list of DbExpression to test for a match.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> List { get; }
member this.List : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property List As IList(Of DbExpression)

Property Value

Applies to