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;
        }