Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass it to another method?
Message
De
11/01/2013 15:09:56
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01562213
Message ID:
01562220
Vues:
43
>Hi everybody,
>
>In the top of my code in one method I have this declaration
>
>
>var clients = Db.Clients;
>
>I need to pass this object to another method. The method in the prototype application I am looking for has this signature:
>
>private JsonResult CreateFlexiJson(IEnumerable<JobPost> items, int page, int total)
>
>How can I introduce the same method for my case to be able to pass that clients variable to it?
>
>Thanks in advance.
private JsonResult CreateFlexiJson(IEnumerable<JobPost> items, int page, int total, ??? clients = null)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform