Struct SqlDatabaseNamedObjectsSet<T>.Enumerator
Lightweight enumerator implementation for SqlDatabaseNamedObjectsSet<T>.
public struct SqlDatabaseNamedObjectsSet<T>.Enumerator
- Inherited Members
Properties
Current
Gets the element at the current position of this enumerator.
public SqlNamedObject<T> Current { get; }
Property Value
Methods
MoveNext()
Advances this enumerator to the next element.
public bool MoveNext()
Returns
- bool
true when next element exists, otherwise false.