Modifica

ObjectStatementCollection Class

Definition

Holds a table of statements that is offered by the StatementContext. This class cannot be inherited.

public ref class ObjectStatementCollection sealed : System::Collections::IEnumerable
public sealed class ObjectStatementCollection : System.Collections.IEnumerable
type ObjectStatementCollection = class
    interface IEnumerable
Public NotInheritable Class ObjectStatementCollection
Implements IEnumerable
Inheritance
ObjectStatementCollection
Implements

Properties

Name Description
Item[Object]

Gets the statement collection for the given owner.

Methods

Name Description
ContainsKey(Object)

Determines whether the table contains the given statement owner.

GetEnumerator()

Returns an IEnumerator for the ObjectStatementCollection.

Populate(ICollection)

Populates the statement table with a collection of statement owners.

Populate(Object)

Populates the statement table with a statement owner.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

For a description of this member, see the GetEnumerator() method.

Applies to

See also