DataManager..::..ExecuteSQLInstruction Method (String, List<(Of <(<'DbParameter>)>)>)
Executes the SQL instruction.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public void ExecuteSQLInstruction( string SqlSentence, List<DbParameter> params )
Public Sub ExecuteSQLInstruction ( _ SqlSentence As String, _ params As List(Of DbParameter) _ )
Parameters
- SqlSentence
- Type: String
A SQL sentence.
- params
- Type: List<(Of <(<'DbParameter>)>)>
Params collection for parametrized queries