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
type
TypeThe current type.
Returns
- bool
true
if the current type is nullable; otherwise,false
.