Search:

Type: Posts; User: quzah

Search: Search took 0.12 seconds.

  1. It depends on your database. I assume you have...

    It depends on your database. I assume you have some functionality provided by it, some API or something you use to fetch and send things? Well, use whatever it is that fetches information to do so,...
  2. You want function (method) arguments: public...

    You want function (method) arguments:
    public InitializeIndividual( int anId, string aFirstName, string aLastName, string anExistingRelation, ... )
    {
    id = anId;
    name = aFirstName;...
Results 1 to 2 of 2