ObjectStatementCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Item[Object] |
Gets the statement collection for the given owner. |
Methods
ContainsKey(Object) |
Determines whether the table contains the given statement owner. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an IEnumerator for the ObjectStatementCollection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Populate(ICollection) |
Populates the statement table with a collection of statement owners. |
Populate(Object) |
Populates the statement table with a statement owner. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
For a description of this member, see the GetEnumerator() method. |