Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IExcelDataReader.GetInt64 Examples
Programming Language:
C# (CSharp)
Class/Type:
IExcelDataReader
Method/Function:
GetInt64
Examples at hotexamples.com:
1
C# (CSharp) IExcelDataReader.GetInt64 - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IExcelDataReader.GetInt64
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AsDataSet(30)
GetDouble(30)
Close(30)
Dispose(30)
Read(30)
NextResult(30)
IsDBNull(30)
GetValue(30)
GetString(30)
GetDateTime(22)
GetFieldType(20)
GetInt32(16)
AsWorkBook(14)
GetNumberFormatString(8)
Reset(8)
GetDecimal(7)
GetBoolean(6)
GetType(5)
GetSchema(4)
GetInt16(3)
ReadBatch(3)
GetCurrentBatch(3)
GetData(2)
GetFloat(2)
GetSheetNames(2)
GetAsLocaleDateString(1)
GetAsString(1)
GetByte(1)
GetCells(1)
GetTopRows(1)
GetDataTypeName(1)
GetChar(1)
GetNumberFormatIndex(1)
GetName(1)
GetInt64(1)
GetGuid(1)
Frequently Used Methods
AsDataSet (30)
GetDouble (30)
Close (30)
Dispose (30)
Read (30)
NextResult (30)
IsDBNull (30)
GetValue (30)
GetString (30)
GetDateTime (22)
Frequently Used Methods
GetFieldType (20)
GetInt32 (16)
AsWorkBook (14)
GetNumberFormatString (8)
Reset (8)
GetDecimal (7)
GetBoolean (6)
GetType (5)
GetSchema (4)
GetInt16 (3)
ReadBatch (3)
GetCurrentBatch (3)
GetData (2)
GetFloat (2)
GetSheetNames (2)
GetAsLocaleDateString (1)
GetAsString (1)
GetByte (1)
GetCells (1)
GetTopRows (1)
Frequently Used Methods
ReadBatch (3)
GetCurrentBatch (3)
GetData (2)
GetFloat (2)
GetSheetNames (2)
GetAsLocaleDateString (1)
GetAsString (1)
GetByte (1)
GetCells (1)
GetTopRows (1)
GetDataTypeName (1)
GetChar (1)
GetNumberFormatIndex (1)
GetName (1)
GetInt64 (1)
GetGuid (1)
Frequently Used Methods
GetDataTypeName (1)
GetChar (1)
GetNumberFormatIndex (1)
GetName (1)
GetInt64 (1)
GetGuid (1)
Example #1
0
Show file
public long GetInt64(int i) => _reader.GetInt64(i);
x