Answer the question
In order to leave comments, you need to log in
How to add List items to database?
I have a sheet like this:
private List<string> _allCommands = new List<string>();
Answer the question
In order to leave comments, you need to log in
foreach loop?
No idea what your base is, but something like this
foreach(string item in _allCommands )
{
*метод_добавления_в_базу*(item);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question