Nevron.Nov Namespace / NNullable<T> Structure


In This Topic
    NNullable<T> Structure Fields
    In This Topic

    For a list of all members of this type, see NNullable<T> members.

    Public Fields
     NameDescription
    Public FieldIndicates whehther the value should be considered as null.  
    Public Fieldstatic (Shared in Visual Basic)The Null row value. Use it when you want to return a null for the row value.  
    Public FieldRow value. Valid if IsNull is false.  
    Top
    See Also