Table of Contents

Struct SqlDatabaseNamedSchemaObjectsSet<T>.Enumerator

Namespace
LfrlAnvil.Sql.Internal
Assembly
LfrlAnvil.Sql.Core.dll

Lightweight enumerator implementation for SqlDatabaseNamedSchemaObjectsSet<T>.

public struct SqlDatabaseNamedSchemaObjectsSet<T>.Enumerator
Inherited Members

Properties

Current

Gets the element at the current position of this enumerator.

public SqlNamedSchemaObject<T> Current { get; }

Property Value

SqlNamedSchemaObject<T>

Methods

MoveNext()

Advances this enumerator to the next element.

public bool MoveNext()

Returns

bool

true when next element exists, otherwise false.