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