I have two POCOs in my \"Bookshelf\" test application:
/// /// Represents a book /// public class Book { public int ID { get
Couldn't you just use something like this
public virtual Nullable LoanedTo { get; set; }
That then should make LoanedTo a nullable property