SqlColumnBinder.GetInt64 方法 (DbDataReader, Int64)

检索该列的值作为int给定读取器。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function GetInt64 ( _
    reader As DbDataReader, _
    nullValue As Long _
) As Long
public long GetInt64(
    DbDataReader reader,
    long nullValue
)

参数

  • nullValue
    类型:System.Int64
    如果DB列为空,则值返回。

返回值

类型:System.Int64

.NET Framework 安全性

请参见

参考

SqlColumnBinder 类

GetInt64 重载

Microsoft.TeamFoundation.Framework.Server 命名空间