[DataObjectMethod(DataObjectMethodType.Select)] IList<User> LoadForGroup( int groupId, string sortExpression )
Parameters
- groupId
- The given GroupId
- sortExpression
- The sort expression to use for sorting the loaded objects.
Return Value
A collection of User objects associated with with the given GroupId