Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function BindBinary ( _
    parameterName As String, _
    parameterValue As Byte(), _
    sqlType As SqlDbType _
) As SqlParameter
protected SqlParameter BindBinary(
    string parameterName,
    byte[] parameterValue,
    SqlDbType sqlType
)
protected:
SqlParameter^ BindBinary(
    String^ parameterName, 
    array<unsigned char>^ parameterValue, 
    SqlDbType sqlType
)
member BindBinary : 
        parameterName:string * 
        parameterValue:byte[] * 
        sqlType:SqlDbType -> SqlParameter 
protected function BindBinary(
    parameterName : String, 
    parameterValue : byte[], 
    sqlType : SqlDbType
) : SqlParameter
Parameters
- parameterName
 Type: System.String
- parameterValue
 Type: array<System.Byte[]
- sqlType
 Type: System.Data.SqlDbType
Return Value
Type: System.Data.SqlClient.SqlParameter
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.