SqlCeResultSet.ContainsListCollection 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Protected ReadOnly Property ContainsListCollection As Boolean
Get
'用途
Dim value As Boolean
value = Me.ContainsListCollection
protected bool ContainsListCollection { get; }
protected:
property bool ContainsListCollection {
bool get ();
}
member ContainsListCollection : bool
function get ContainsListCollection () : boolean