Mini SQL Query Extensibility Documentation
ShowUrlCommand Constructor (name, url, image)
NamespacesMiniSqlQuery.Core.CommandsShowUrlCommandShowUrlCommand(String, String, Image)
Initializes a new instance of the ShowUrlCommand class
Declaration Syntax
C#Visual BasicVisual C++
public ShowUrlCommand(
	string name,
	string url,
	Image image
)
Public Sub New ( _
	name As String, _
	url As String, _
	image As Image _
)
public:
ShowUrlCommand(
	String^ name, 
	String^ url, 
	Image^ image
)
Parameters
name (String)

[Missing <param name="name"/> documentation for "M:MiniSqlQuery.Core.Commands.ShowUrlCommand.#ctor(System.String,System.String,System.Drawing.Image)"]

url (String)

[Missing <param name="url"/> documentation for "M:MiniSqlQuery.Core.Commands.ShowUrlCommand.#ctor(System.String,System.String,System.Drawing.Image)"]

image (Image)

[Missing <param name="image"/> documentation for "M:MiniSqlQuery.Core.Commands.ShowUrlCommand.#ctor(System.String,System.String,System.Drawing.Image)"]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)