Duplicate
Details
Details
Assignee
Unassigned
UnassignedReporter
David Schmitt
David SchmittComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 11, 2011 at 12:23 AM
Updated November 14, 2012 at 12:01 PM
Resolved September 13, 2012 at 10:10 AM
public interface Termin {
DateTime? von { get; set }
}
using von.HasValue in a Where claus leads to MappingException, as HasValue is not mapped.