Method IsNullable
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
IsNullable(Type)
Determines whether the current type is nullable.
public static bool IsNullable(this Type type)
Parameters
typeTypeThe current type.
Returns
- bool
trueif the current type is nullable; otherwise,false.