use LINQ
using System.Linq;
...
var list = obj.connections.Where(c => c.alias.name == "xyz").ToList();
CLICK HERE to find out more related problems solutions.
use LINQ
using System.Linq;
...
var list = obj.connections.Where(c => c.alias.name == "xyz").ToList();
CLICK HERE to find out more related problems solutions.