The IReadOnlySchemaObjectWithOwnerCollection<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodContains
Determines whether an element is in the collection with the specified owner and name.
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of an item with the specified owner and name.
Public methodRefresh
Refreshes the schema object.
(Inherited from IReadOnlySchemaObjectCollection<(Of <(<'T>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodAsIndexedEnumerable<(Of <<'(T>)>>)
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.)

Properties

  NameDescription
Public propertyItem
Gets the TableSchema with the specified owner and name.

See Also