Created
May 25, 2011 01:31
-
-
Save schotime/990150 to your computer and use it in GitHub Desktop.
Petapoco Dbparameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_databaseQuery.Execute("insert into temp1 (t) values (@0)" | |
, new SqlParameter() { SqlDbType = SqlDbType.VarBinary, Value = new byte[] {12, 1, 34, 234}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment