Method | Description | |
---|---|---|
GetCaseInsensitivePropertyInfo ( |
Returns the PropertyInfo so I don't have to look it back up in the "Do" method 1.) Tries to find the property by exact name first 2.) Tries to find the property using a case insensitive compare 3.) Checks nested interfaces using a case insensitive compare
|
|
GetIndexerPropertyInfo ( |
public static GetCaseInsensitivePropertyInfo ( |
||
targetType | ||
columnName | string | |
return |
public static GetIndexerPropertyInfo ( |
||
targetType | ||
columnName | string | |
return |