QuerySpecification.WhereClause Property
Gets or sets a WHERE clause.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property WhereClause As WhereClause
public WhereClause WhereClause { get; set; }
public:
property WhereClause^ WhereClause {
WhereClause^ get ();
void set (WhereClause^ value);
}
member WhereClause : WhereClause with get, set
function get WhereClause () : WhereClause
function set WhereClause (value : WhereClause)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.WhereClause
Returns a WhereClause.
.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.