Find a Student by the property ID. returns null if not found.
Find a Student by the property ID. returns null if not found.
public Student FindByID(int);
Find a Student by the property ID. returns null if not found.
public Student FindByID(int,CompareType);
Find a Student by the property ID. returns null if not found.
public Student FindByID(string);
Find a Student by the property ID. returns null if not found.
public Student FindByID(string,CompareType);
StudentCollectionOrmTemplate Class | OleroTrainingBiz Namespace