...
Code Block | ||
---|---|---|
| ||
Session.GetListByCommand<Company>(command => { // Customize the command to return companies. }); |
Mit dem verfügbaren Overload kann direkt ein IDbCommand mitgegeben werden:
...
...
Code Block | ||
---|---|---|
| ||
Session.GetListByCommand<Company>(command => { // Customize the command to return companies. }); |
Mit dem verfügbaren Overload kann direkt ein IDbCommand mitgegeben werden:
...