The ISchemaObjectWithOwnerCollection<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
Clear | Removes all items from the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
Contains(T) | Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
Contains(String, String) |
Determines whether an element is in the collection with the specified owner and name.
| |
CopyTo | Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
GetEnumerator()()()() | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'T>)>)>.) | |
GetEnumerator()()()() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
IndexOf(T) | Determines the index of a specific item in the IList<(Of <(<'T>)>)>. (Inherited from IList<(Of <(<'T>)>)>.) | |
IndexOf(String, String) |
Determines the index of an item with the specified owner and name.
| |
Insert | Inserts an item to the IList<(Of <(<'T>)>)> at the specified index. (Inherited from IList<(Of <(<'T>)>)>.) | |
Refresh |
Refreshes the schema object.
(Inherited from ISchemaObjectCollection<(Of <(<'T>)>)>.) | |
Remove | Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
RemoveAt | Removes the IList<(Of <(<'T>)>)> item at the specified index. (Inherited from IList<(Of <(<'T>)>)>.) |
Extension Methods
Name | Description | |
---|---|---|
AsIndexedEnumerable<(Of <<'(T>)>>) |
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.) |
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
IsReadOnly | Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
Item[([( Int32])]) | Gets or sets the element at the specified index. (Inherited from IList<(Of <(<'T>)>)>.) | |
Item[([( String, String])]) |
Gets the TableSchema with the specified owner and name.
|
Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. (Inherited from INotifyCollectionChanged.) | |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |