Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about the
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Question about the
Miscellaneous
Thread ID:
00940317
Message ID:
00940317
Views:
65
Pardon me if this is a dumb question but what is the "@" before the string in the c# code below mean?
this.sqlInsertCommand1.CommandText = @"INSERT INTO [Order Details] (OrderID, ProductID, UnitPrice, Quantity, Discount) VALUES (@OrderID, @ProductID, @UnitPrice, @Quantity, @Discount); SELECT OrderID, ProductID, UnitPrice, Quantity, Discount FROM [Order Details] WHERE (OrderID = @OrderID) AND (ProductID = @ProductID)";
Next
Reply
Map
View

Click here to load this message in the networking platform