Help me get List<Customers> like following in nhibernate?
- by 07hc420
I have class following. When i mapping file also following. I only get IList but i have not get List(of OrderTemp).
Help me.
Public Class CusTemp
Private _CustomerID As String
Private _CompanyName As String
Private _ContactName As String
Private _ContactTitle As String
Private _Address As String
Private _City As String
…