Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about the
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Question about the
Divers
Thread ID:
00940317
Message ID:
00940317
Vues:
64
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)";
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform