I.e. in the following example
string commandText = string.Format(“Select * from {0}”, filename);
How does the above work ?
|
I.e. in the following example
How does the above work ? |
|||||||||||||||||||
|
|
|
|||
|
|
|
It means the value of filename. Please see MSDN. |
|||
|
|
|
Evaluates to
|
|||
|
|
|
It is an indexer to the arguments presented after the |
||||
|
|
|
The In your case, As an example:
would return:
|
||||
|
|