Deveel.Data.DropProcedureTests.NotExisting_IfExistsClause C# (CSharp) Méthode

NotExisting_IfExistsClause() private méthode

private NotExisting_IfExistsClause ( ) : void
Résultat void
        public void NotExisting_IfExistsClause()
        {
            var procName = ObjectName.Parse("APP.proc2");

            Assert.DoesNotThrow(() => AdminQuery.DropProcedure(procName, true));
        }