The Entity Represents only zero or one row in a Database Table. If you use Dynamic Query to Load an Entity, it must return at most one row, otherwise an exception will be thrown. If zero rows are returned with a call to Query.Load, or LoadByPrimaryKey, then the method will return false. If one row is returned, the Load methods will return true.