Executes a database native command.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.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.