SqlColumnBinder.GetBytes 方法 (DbDataReader, Boolean)

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

语法

声明
Public Function GetBytes ( _
    reader As DbDataReader, _
    allowNulls As Boolean _
) As Byte()
public byte[] GetBytes(
    DbDataReader reader,
    bool allowNulls
)

参数

返回值

类型:array<System.Byte[]
返回 Byte

.NET Framework 安全性

请参见

参考

SqlColumnBinder 类

GetBytes 重载

Microsoft.TeamFoundation.Framework.Server 命名空间