Class Null
Inheritance
System.Object
Null
Assembly: DotNetNuke.dll
Syntax
public class Null : object
Properties
|
Improve this Doc
View Source
NullBoolean
Declaration
public static bool NullBoolean { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NullByte
Declaration
public static byte NullByte { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
NullDate
Declaration
public static DateTime NullDate { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
NullDecimal
Declaration
public static decimal NullDecimal { get; }
Property Value
Type |
Description |
System.Decimal |
|
|
Improve this Doc
View Source
NullDouble
Declaration
public static double NullDouble { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
NullGuid
Declaration
public static Guid NullGuid { get; }
Property Value
|
Improve this Doc
View Source
NullInteger
Declaration
public static int NullInteger { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NullShort
Declaration
public static short NullShort { get; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
NullSingle
Declaration
public static float NullSingle { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NullString
Declaration
public static string NullString { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetNull(Object, Object)
Declaration
public static object GetNull(object objField, object objDBNull)
Parameters
Type |
Name |
Description |
System.Object |
objField |
|
System.Object |
objDBNull |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
IsNull(Object)
Declaration
public static bool IsNull(object objField)
Parameters
Type |
Name |
Description |
System.Object |
objField |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetNull(PropertyInfo)
Declaration
public static object SetNull(PropertyInfo objPropertyInfo)
Parameters
Type |
Name |
Description |
PropertyInfo |
objPropertyInfo |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetNull(Object, Object)
Declaration
public static object SetNull(object objValue, object objField)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
System.Object |
objField |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetNullBoolean(Object)
Declaration
public static bool SetNullBoolean(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetNullDateTime(Object, DateTimeKind)
Declaration
public static DateTime SetNullDateTime(object objValue, DateTimeKind dateTimeKind)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
DateTimeKind |
dateTimeKind |
|
Returns
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
SetNullDateTime(Object)
Declaration
public static DateTime SetNullDateTime(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
SetNullGuid(Object)
Declaration
public static Guid SetNullGuid(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
|
Improve this Doc
View Source
SetNullInteger(Object)
Declaration
public static int SetNullInteger(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SetNullSingle(Object)
Declaration
public static float SetNullSingle(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SetNullString(Object)
Declaration
public static string SetNullString(object objValue)
Parameters
Type |
Name |
Description |
System.Object |
objValue |
|
Returns
Type |
Description |
System.String |
|
Extension Methods