IRelationalCommandBuilder
IRelationalCommandBuilder
Interface
Definition
Builds a command to be executed against a relational database.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IRelationalCommandBuilder : IInfrastructure<IndentedStringBuilder>
Public Interface IRelationalCommandBuilder
Inherits IInfrastructure(Of IndentedStringBuilder)