Persist.NET Documentation Class Library

PersistentObject.Retrieve Method 

Retreive the object from database The primary key has to be set before calling this method

[Visual Basic]
Overridable Public Sub Retrieve()
[C#]
public virtual void Retrieve();

See Also

PersistentObject Class | Persist Namespace