Share via


InPredicate.Values Property

Gets a list of the values in parentheses.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Values As IList(Of Expression)
public IList<Expression> Values { get; }
public:
property IList<Expression^>^ Values {
    IList<Expression^>^ get ();
}
member Values : IList<Expression>
function get Values () : IList<Expression>

Property Value

Type: System.Collections.Generic.IList<Expression>

Remarks

May have zero elements if Subquery is not null.

.NET Framework Security

See Also

Reference

InPredicate Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace