Search results for query: *

  1. G

    class property

    Good afternoon. Can someone please let me know if you can treat a class as a property? Like this... public class person { private string name; public string Sex; public person() { get { return person; } set { person = value; } } } .... Other code person...
  2. G

    Question Need AdomdCommand examples

    Good afternoon. I am trying to find some information on how to form Adomdcommands. What I would like to do is to retrieve information from our head office server, which I can do fine in Excel, but would like to get basic information, such as Total sales for this year. This is what I have tried...
Back
Top Bottom