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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.