Select
Overloads
| Name | Description |
|---|---|
| Select(int ID) | Select |
| Select(Section section) | Select |
| Select(int ID, int SubID) | Select |
Select(int ID)
public void Select(int ID)
Select
Parameters
| Name | Type | Description |
|---|---|---|
| ID | int | Section ID |
Select(Section section)
public void Select(Section section)
Select
Parameters
| Name | Type | Description |
|---|---|---|
| section | Section | Section |
Select(int ID, int SubID)
public void Select(int ID, int SubID)
Select
Parameters
| Name | Type | Description |
|---|---|---|
| ID | int | Section ID |
| SubID | int | Plans ID |