IRawSqlCommandBuilder
IRawSqlCommandBuilder
Interface
Definition
Creates commands based on raw SQL command text.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IRawSqlCommandBuilder
Public Interface IRawSqlCommandBuilder
Methods
Build(String) Build(String) |
Creates a new command based on SQL command text. |
Build(String, IReadOnlyList<Object>) Build(String, IReadOnlyList(Of Object)) |
Creates a new command based on SQL command text. |