次の方法で共有


ResultSetView.IBindingList.SupportsSorting プロパティ

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Private ReadOnly Property SupportsSorting As Boolean
    Implements IBindingList.SupportsSorting
    Get
'使用
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).SupportsSorting
bool IBindingList.SupportsSorting { get; }
private:
virtual property bool SupportsSorting {
    bool get () sealed = IBindingList::SupportsSorting::get;
}
private abstract SupportsSorting : bool
private override SupportsSorting : bool
JScript では、明示的なインターフェイスの実装は使用できますが、新規に宣言することはできません。

プロパティ値

型: System.Boolean

実装

IBindingList.SupportsSorting

関連項目

参照

ResultSetView クラス

System.Data.SqlServerCe 名前空間