2
Answers

What means "=>" in C#, how can I search about this in google?

Franz Reschob

Franz Reschob

12y
1.6k
1
Can somebody explain, or provide a link where about "=>" explained based on some examples?

To search in google for "=>" - what should I enter?

Here is a part of code example code wher this syntax is used
 public List<SCNavigation> NavigationList { set; get; }
...
 listNavigation = this.NavigationList.FindAll(item => item.Level == i);

Thanks a lot!
Answers (2)
1
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi check the link
http://www.aspsnippets.com/Articles/Create-and-Drop-SQL-Server-Table-programmatically-using-ADONet-C-and-VBNet.aspx
For insert record in table
http://www.aspsnippets.com/Articles/Using-SqlBulkCopy-to-import-Excel-SpreadSheet-data-into-SQL-Server-in-ASPNet-using-C-and-VBNet.aspx
Accepted
0
Vishal Jadav

Vishal Jadav

NA 1.7k 58k 8y
Hi,
Its just the idea, try to use the import functionality of SQL server.
Hope it helps.
Thanks.