ObjectStatementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含由 的陳述 StatementContext表。 此類別無法獲得繼承。
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
- 實作
屬性
| 名稱 | Description |
|---|---|
| Item[Object] |
取得該業主的帳單催收。 |
方法
| 名稱 | Description |
|---|---|
| ContainsKey(Object) |
判斷該表格是否包含給定的語句所有者。 |
| Equals(Object) |
判斷指定的 物件是否等於目前的物件。 (繼承來源 Object) |
| GetEnumerator() |
回傳 和 IEnumerator 表示 ObjectStatementCollection。 |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
| Populate(ICollection) |
將帳單表中包含一組帳單擁有者。 |
| Populate(Object) |
在帳單表中以帳單擁有者填充。 |
| ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |
明確介面實作
| 名稱 | Description |
|---|---|
| IEnumerable.GetEnumerator() |
關於此成員的描述,請參見方法。GetEnumerator() |
擴充方法
| 名稱 | Description |
|---|---|
| AsParallel(IEnumerable) |
啟用查詢的平行處理。 |
| AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |
| Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
| OfType<TResult>(IEnumerable) |
根據指定的型別篩選 IEnumerable 的專案。 |