VistaDB 6
VistaDB.VistaDBTypes Namespace / VistaDBInt64 Class / GetValueOrDefault Method / GetValueOrDefault(Int64) Method


In This Topic
    GetValueOrDefault(Int64) Method
    In This Topic
    Overloaded. Returns the Value of the object, or the passed defaultValue.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueOrDefault( _
       ByVal defaultValue As System.Long _
    ) As System.Long
    'Usage
     
    
    Dim instance As VistaDBInt64
    Dim defaultValue As System.Long
    Dim value As System.Long
     
    value = instance.GetValueOrDefault(defaultValue)
    public System.long GetValueOrDefault( 
       System.long defaultValue
    )

    Parameters

    defaultValue

    Return Value

    Int64
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also