DbParameters.GetEnumerator method

Used to enumerate the parameters.

public IEnumerator<(string Name, object? Value)> GetEnumerator()

See Also