Shaolinq.Persistence.SqlTransactionalCommandsContext.CreateCommand C# (CSharp) Method

CreateCommand() public method

public CreateCommand ( ) : IDbCommand
return IDbCommand
		public virtual IDbCommand CreateCommand() => this.CreateCommand(SqlCreateCommandOptions.Default);

Same methods

SqlTransactionalCommandsContext::CreateCommand ( SqlCreateCommandOptions options ) : IDbCommand