I got a project called "Oxford emotion" by Microsoft.
SQLITE INSERT:
string Query = "insert into Emotions (Anger) values ('"+ ???? I DONT KNOW????+ "')";
ARRAY TO STORE:
Emotion emotion = emotionResult[i];
resultDisplay[0] = new EmotionResultDisplay{ EmotionString = "Anger", Score = emotion.Scores.Anger };