You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Provides the base <see cref="IDatabase"/> multi-set arguments when expecting a collection of items/records.
/// </summary>
public abstract class MultiSetCollArgs : IMultiSetArgs
{
/// <summary>
/// Initializes a new instance of the <see cref="MultiSetCollArgs"/> class.
/// </summary>
/// <param name="minimumRows">The minimum number of rows allowed.</param>
/// <param name="maximumRows">The maximum number of rows allowed.</param>
/// <param name="stopOnNull">Indicates whether to stop further query result set processing where the current set has resulted in a <see langword="null"/> (i.e. no records).</param>