Gets the actual data type of the field.
The data of the property is stored by using this type.
The difference between the
RuntimePropertyInfo.getIndividualType and this method is clear when the property is a multi-value property.
The
RuntimePropertyInfo.getIndividualType method returns the type of the item,
but this method returns the actual collection type.
|