Retrieve data from a column as a long (Int64)
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public bool Get( string columnName, out long result ) |
Visual Basic |
---|
Public Function Get ( _ columnName As String, _ <OutAttribute> ByRef result As Long _ ) As Boolean |
Visual C++ |
---|
public: bool Get( String^ columnName, [OutAttribute] long long% result ) |
Parameters
- columnName
- Type: System..::..String
Column name to retrieve data from
- result
- Type: System..::..Int64%
Contains column data upon execution