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