CSALDatabase FindTurnsForStudents Method | CSAL Mongo Access Library |
Return all StudentLessonActs instances that match any of the students given
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<StudentLessonActs> FindTurnsForStudents( IEnumerable<string> studentIDs )
public List<StudentLessonActs> FindTurnsForStudents( IEnumerable<string> studentIDs )
Public Function FindTurnsForStudents ( studentIDs As IEnumerable(Of String) ) As List(Of StudentLessonActs)
Public Function FindTurnsForStudents ( studentIDs As IEnumerable(Of String) ) As List(Of StudentLessonActs)
public: List<StudentLessonActs^>^ FindTurnsForStudents( IEnumerable<String^>^ studentIDs )
public: List<StudentLessonActs^>^ FindTurnsForStudents( IEnumerable<String^>^ studentIDs )
Parameters
- studentIDs
- Type: System.Collections.Generic IEnumerable String
Non-null enumerable list of user (student) ID's
Return Value
Type: List StudentLessonActsList of StudentLessonActs instances
See Also