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

DbContextEfCore..::..ExecuteSql Method

Executes the SQL.

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

Syntax


public bool ExecuteSql(
	string sql,
	bool silent
)
Public Function ExecuteSql ( _
	sql As String, _
	silent As Boolean _
) As Boolean
public:
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.