IListSource.ContainsListCollection Property
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private ReadOnly Property ContainsListCollection As Boolean
Implements IListSource.ContainsListCollection
Get
'Usage
Dim instance As SqlCeResultSet
Dim value As Boolean
value = CType(instance, IListSource).ContainsListCollection
bool IListSource.ContainsListCollection { get; }
private:
virtual property bool ContainsListCollection {
bool get () sealed = IListSource::ContainsListCollection::get;
}
private abstract ContainsListCollection : bool
private override ContainsListCollection : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System. . :: . .Boolean
Implements
IListSource. . :: . .ContainsListCollection