Gets a Long value from the datareader.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public long GetInt64( string name ) |
Visual Basic |
---|
Public Function GetInt64 ( name As String ) As Long |
Parameters
- name
- Type: System..::..String
Name of the column containing the value.
Return Value
Type: Int64Remarks
Returns 0 for null.