RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbContext..::..ExecuteSql Method

Executes the SQL.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


bool ExecuteSql(
	string sql,
	bool silent
)
Function ExecuteSql ( _
	sql As String, _
	silent As Boolean _
) As Boolean
bool^ ExecuteSql(
	String^ sql, 
	bool^ silent
)

Parameters

sql
Type: String
The SQL.
silent
Type: Boolean
if set to true [silent].

Return Value

true if XXXX, false otherwise.