Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro Style Macro Substitution in C#
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
FoxPro Style Macro Substitution in C#
Divers
Thread ID:
01566711
Message ID:
01566711
Vues:
105
Is there anyway to do FoxPro Style Macro Substitution in C#?

For example in FoxPro you can do something like this:
lcFieldName = "Address"
SELECT name, &lcFieldName, city, state, zip FROM customers INTO CURSOR x
The &lcFieldName above does a macro substitution putting "Address" into the SQL statement. Is there something similar in C#?
Don Knoup
don.knoup@ticomix.com
Ticomix, Inc.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform