-
Notifications
You must be signed in to change notification settings - Fork 22
SQL Command Builder
Grauenwolf edited this page Mar 26, 2016
·
1 revision
This command executes arbitrary SQL. It makes no attempt to pre-validate said SQL.
An optional object (model or IDictionary<string, object>) may be provided when executing paramterized SQL.
When passing in paramters, the SQL generator won't be able to determine which properties/keys are applicable. Instead, all of them will be sent to the database.
N/A