Created
March 23, 2013 10:49
-
-
Save klemenzarn/5227293 to your computer and use it in GitHub Desktop.
klic procedure
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
| SqlCommand command = new SqlCommand("isci", con); | |
| command.CommandType = CommandType.StoredProcedure; | |
| command.Parameters.Add("@iskalnivzorec", SqlDbType.NVarChar); | |
| command.Parameters["@iskalnivzorec"].Value = iskalni_vzorec; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment