TeamFoundationSqlResourceComponent.BindByte 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 | |
---|---|---|
BindByte(String, Byte) | A helper function that handles binding an 8-bit value to its [sqlparameters]. | |
BindByte(String, Byte, Byte) | A helper function that handles binding an 8-bit value that might be null to its [sqlparameters]. |
Top