Selerix Developer Tools
GetStudentStatistics Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : GetStudentStatistics Method
The relationship.
if set to true [is student].
Gets the student statistics.
Syntax
'Declaration
 
Public Function GetStudentStatistics( _
   ByVal rel As Relationship, _
   ByVal isStudent As Boolean _
) As Integer
'Usage
 
Dim instance As CensusStatistics
Dim rel As Relationship
Dim isStudent As Boolean
Dim value As Integer
 
value = instance.GetStudentStatistics(rel, isStudent)
public int GetStudentStatistics( 
   Relationship rel,
   bool isStudent
)
public function GetStudentStatistics( 
    rel: Relationship;
    isStudent: Boolean
): Integer; 
public function GetStudentStatistics( 
   rel : Relationship,
   isStudent : boolean
) : int;
public: int GetStudentStatistics( 
   Relationship rel,
   bool isStudent
) 
public:
int GetStudentStatistics( 
   Relationship rel,
   bool isStudent
) 

Parameters

rel
The relationship.
isStudent
if set to true [is student].
See Also

Reference

CensusStatistics Class
CensusStatistics Members