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