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

See Also

Reference

QuerySpecification Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace