KREDOR Business Object Framework Documentation

Nulls.GetNull Method 

Gets the value representing "not defined" (NULL) for the specified type. For strings and Nullable types this value is -null- (-Nothing- in Visual Basic). For other types it is the minimum value of that type.

public static object GetNull(
   Type type
);

Parameters

Type

Return Value

See Also

Nulls Class | Kredor.BO Namespace