TeamFoundationSqlResourceComponent.BindBinary Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BindBinary(String, array<Byte[], SqlDbType) | This is a helper function that handles binding a binary value to a SqlParameter. | |
BindBinary(String, array<Byte[], Int32, SqlDbType) | A helper function that handles binding a binary value to a sqlparameter. |
Top