VB Code:
/// <summary>
/// Adds a new table to the database with specified columns.
/// </summary>
/// <param name="name">
/// The name of the table to create.
/// </param>
/// <param name="columnInfos">
/// An array of at least one SqlColumnInformation object with the column information filled out.
/// </param>
/// <returns>
/// If the operation succeeded, the return value is the table created.
/// </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