[ http://issues.apache.org/jira/browse/IBATISNET-124?page=comments#action_12370618 ]
Jeremy Gray commented on IBATISNET-124: --------------------------------------- IsSubClassOf is actually the only available option that won't work, because it is specific to subclassing (which classes don't do to interfaces, as they implement them, not derive from them). Any of IsAssignableFrom, IsInstanceOf, or just the plain "is" keyword (ala "var is IDictionary") would do the trick. > SelectKey.cs Initialization fails if insert parameterClass is IDictionary > ------------------------------------------------------------------------- > > Key: IBATISNET-124 > URL: http://issues.apache.org/jira/browse/IBATISNET-124 > Project: iBatis for .NET > Type: Bug > Components: DataMapper > Versions: DataMapper 1.3 > Reporter: H. E. Sum > Assignee: Ron Grabowski > Attachments: ObjectProbe_IsAssignableFrom.patch > > Should ignore settable property lookup if insertParameterClass is of type > System.Collections.IDictionary -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira