Npgsql.Tests.TestBase.IsSequential C# (CSharp) Method

IsSequential() protected static method

protected static IsSequential ( CommandBehavior behavior ) : bool
behavior CommandBehavior
return bool
        protected static bool IsSequential(CommandBehavior behavior)
            => (behavior & CommandBehavior.SequentialAccess) != 0;