Is it possible to use subsonic for complex objects.
Example (not all details but sample properties)
public class Order{
public int OrderNum {get;}
public Customer Customer {get;}
public IEnumerable<OrderLine> OrderLines {get;}
}
Is it possible to use subsonic for complex objects.
Example (not all details but sample properties)
public class Order{
public int OrderNum {get;}
public Customer Customer {get;}
public IEnumerable<OrderLine> OrderLines {get;}
}