QuerySpecification.TopRowFilter Property
Gets or sets the usage of the top row filter.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property TopRowFilter As TopRowFilter
public TopRowFilter TopRowFilter { get; set; }
public:
property TopRowFilter^ TopRowFilter {
TopRowFilter^ get ();
void set (TopRowFilter^ value);
}
member TopRowFilter : TopRowFilter with get, set
function get TopRowFilter () : TopRowFilter
function set TopRowFilter (value : TopRowFilter)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TopRowFilter
Remarks
Optional, may be 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.