Retrieves a persistable object by its primary key.
Retrieves a persistable object by its primary key.
public static ClassToFind FindObjectByPrimaryKey<ClassToFind>(Key); where ClassToFind: PersistableObject
Retrieves a persistable object by its primary key.
public static ClassToFind FindObjectByPrimaryKey<ClassToFind>(params Object[]); where ClassToFind: PersistableObject
Query Class | DomainObjects.Facade.Command Namespace