ISqlCodeCollection<T> Interface
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.
public interface ISqlCodeCollection<T> : System.Collections.Generic.IEnumerable<T> where T : SqlCodeObject
type ISqlCodeCollection<'T (requires 'T :> SqlCodeObject)> = interface
interface seq<'T (requires 'T :> SqlCodeObject)>
interface IEnumerable
Public Interface ISqlCodeCollection(Of T)
Implements IEnumerable(Of T)
Type Parameters
- T
- Derived
- Implements
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Contains(T) | |
CopyTo(T[], Int32) | |
IndexOf(T) |