Method GetUnderlyingFieldType
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
GetUnderlyingFieldType(Type)
Gets the type of the underlying field, if the current type is nullable; otherwise, returns the current type.
public static Type GetUnderlyingFieldType(this Type type)
Parameters
type
TypeThe current type.
Returns
- Type
The type of the underlying field, if the current type is nullable; otherwise, the current type.