What's the meaning of global:: in the following statement
global::System. Data.DataTable employee = new DataTable("Empl oyee");
My best guess is that it means the global namespace. But searching on
'global' gives a lot of non relevant entries.
global::System. Data.DataTable employee = new DataTable("Empl oyee");
My best guess is that it means the global namespace. But searching on
'global' gives a lot of non relevant entries.
Comment