ObjectStatementCollection Класс
Определение
Содержит таблицу операторов, предложенных классом StatementContext.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
- Наследование
-
ObjectStatementCollection
- Реализации
Свойства
Item[Object] |
Возвращает коллекцию операторов для заданного владельца.Gets the statement collection for the given owner. |
Методы
ContainsKey(Object) |
Определяет, содержит ли таблица заданного владельца оператора.Determines whether the table contains the given statement owner. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetEnumerator() |
Возвращает объект IEnumerator для ObjectStatementCollection.Returns an IEnumerator for the ObjectStatementCollection. |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от 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. (Унаследовано от Object) |
Явные реализации интерфейса
IEnumerable.GetEnumerator() |
Описание этого элемента содержится в методе GetEnumerator().For a description of this member, see the GetEnumerator() method. |
Методы расширения
Cast<TResult>(IEnumerable) |
Приводит элементы объекта IEnumerable к заданному типу.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Выполняет фильтрацию элементов объекта IEnumerable по заданному типу.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Позволяет осуществлять параллельный запрос.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Преобразовывает коллекцию IEnumerable в объект IQueryable.Converts an IEnumerable to an IQueryable. |