SqlCollection<T> Class
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 class SqlCollection<T> : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.ISqlCodeCollection<T>, System.Collections.Generic.IEnumerable<T> where T : SqlCodeObject
type SqlCollection<'T (requires 'T :> SqlCodeObject)> = class
interface ISqlCodeCollection<'T (requires 'T :> SqlCodeObject)>
interface seq<'T (requires 'T :> SqlCodeObject)>
interface IEnumerable
Public Class SqlCollection(Of T)
Implements IEnumerable(Of T), ISqlCodeCollection(Of T)
Type Parameters
- T
- Inheritance
-
SqlCollection<T>
- Derived
- Implements
Properties
| Count | |
| IsReadOnly | |
| Item[Int32] |
Methods
| Contains(T) | |
| CopyTo(T[], Int32) | |
| GetEnumerator() | |
| IndexOf(T) |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() |