Exemple #1
0
 private void InsertData()
 {
     var data = new TestPocoClass()
     {
         Key = "Test1",
         Info = 1
     };
     col.Insert(data);
 }
Exemple #2
0
        private void InsertData()
        {
            var data = new TestPocoClass()
            {
                Key  = "Test1",
                Info = 1
            };

            col.Insert(data);
        }