Data.DtImportXmlFileCommand.Execute C# (CSharp) Method

Execute() private method

private Execute ( ) : void
return void
        internal override void Execute()
        {
            var cmdlet = (ImportDtXmlFileCommand)Cmdlet;
            
            XMLHelper.LoadXMLFile(cmdlet, cmdlet.InputObject, cmdlet.Path);
        }
    }
DtImportXmlFileCommand