public bool HasValue <TResult>(Expression <Func <ListMapping, TResult> > property) { return(attributes.HasValue(property)); }
public bool HasValue <TResult>(Expression <Func <JoinedSubclassMapping, TResult> > property) { return(attributes.HasValue(property)); }
public bool HasValue <TResult>(Expression <Func <CompositeIndexMapping, TResult> > property) { return(attributes.HasValue(property)); }
public bool HasValue <TResult>(Expression <Func <ComponentMappingBase, TResult> > property) { return(attributes.HasValue(property)); }