Deveel.Data.CallTests.WithArgument C# (CSharp) 메소드

WithArgument() 개인적인 메소드

private WithArgument ( ) : void
리턴 void
        public void WithArgument()
        {
            var procName = ObjectName.Parse("APP.proc1");
            var arg = SqlExpression.Constant("Hello!");

            AdminQuery.Call(procName, arg);
        }