emeraldtea
Programmer
In .NET SDK documentation, Tables is a property of DataSet. It lists as:
public DataTableCollection Tables {get;}
What does {get;} mean? Is it related to a method for getting Tables value?
What is DataTableCollection? Is it a base class that Tables inherited?
Thanks.
:->
public DataTableCollection Tables {get;}
What does {get;} mean? Is it related to a method for getting Tables value?
What is DataTableCollection? Is it a base class that Tables inherited?
Thanks.
:->