Executes a database native command.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
protected void ExecuteNativeCommand(
	Object command
)
Visual Basic (Declaration)
Protected Sub ExecuteNativeCommand ( _
	command As Object _
)

Parameters

command
Type: System..::.Object
The command to execute. For SQL databases, this must be a string containing the SQL DDL statement to execute.

See Also