/// <summary> /// Creates a new instance of CommandStatementCollection. /// </summary> /// <param name="parser">Development.Materia.Database.CommandParser that owns the current collection.</param> public CommandStatementCollection(CommandParser parser) { _parser = parser; }