I’ ve mapped tables from the database to NHIbernate object. But I don’t know how can I display
these objects in DataGridView? To bind list of objects with datagridview I can use bindingsource and than I can use Filter for exapmle. But I don’t know if it is good solution from NHiberante ?
Thanks
You don’t need a bindingsource to bind the data. Just assign a collection of objects to the Grid’s data source property.