SqlFu.CommandConfiguration.Import C# (CSharp) 메소드

Import() 공개 메소드

public Import ( CommandConfiguration cfg ) : void
cfg CommandConfiguration
리턴 void
        public void Import(CommandConfiguration cfg)
        {
            Sql(cfg.SqlText, cfg.Args);
            ApplyOptions = cfg.ApplyOptions;
        }