VB Code:
  1. /// <summary>
  2.         /// Adds a new table to the database with specified columns.
  3.         /// </summary>
  4.         /// <param name="name">
  5.         /// The name of the table to create.
  6.         /// </param>
  7.         /// <param name="columnInfos">
  8.         /// An array of at least one SqlColumnInformation object with the column information filled out.
  9.         /// </param>
  10.         /// <returns>
  11.         /// If the operation succeeded, the return value is the table created.
  12.         /// </returns>
Here is code in C# that we add before member declaration.It would be show when we use in VS.NET (Intellisense feature). What should we do if we want to do in VB.NET

Thank you,