Class Null
Assembly: DotNetNuke.dll
Syntax
Constructors
Null()
Declaration
Properties
NullBoolean
Declaration
public static bool NullBoolean { get; }
Property Value
NullByte
Declaration
public static byte NullByte { get; }
Property Value
NullDate
Declaration
public static DateTime NullDate { get; }
Property Value
NullDecimal
Declaration
public static decimal NullDecimal { get; }
Property Value
NullDouble
Declaration
public static double NullDouble { get; }
Property Value
NullGuid
Declaration
public static Guid NullGuid { get; }
Property Value
NullInteger
Declaration
public static int NullInteger { get; }
Property Value
NullShort
Declaration
public static short NullShort { get; }
Property Value
NullSingle
Declaration
public static float NullSingle { get; }
Property Value
NullString
Declaration
public static string NullString { get; }
Property Value
Methods
GetNull(object, object)
Declaration
public static object GetNull(object objField, object objDBNull)
Parameters
Returns
IsNull(object)
Declaration
public static bool IsNull(object objField)
Parameters
Type |
Name |
Description |
object |
objField |
|
Returns
SetNull(object, object)
Declaration
public static object SetNull(object objValue, object objField)
Parameters
Returns
SetNull(PropertyInfo)
Declaration
public static object SetNull(PropertyInfo objPropertyInfo)
Parameters
Returns
SetNullBoolean(object)
Declaration
public static bool SetNullBoolean(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
SetNullDateTime(object)
Declaration
public static DateTime SetNullDateTime(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
SetNullDateTime(object, DateTimeKind)
Declaration
public static DateTime SetNullDateTime(object objValue, DateTimeKind dateTimeKind)
Parameters
Returns
SetNullGuid(object)
Declaration
public static Guid SetNullGuid(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
SetNullInteger(object)
Declaration
public static int SetNullInteger(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
SetNullSingle(object)
Declaration
public static float SetNullSingle(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
SetNullString(object)
Declaration
public static string SetNullString(object objValue)
Parameters
Type |
Name |
Description |
object |
objValue |
|
Returns
Extension Methods