C# Class Remotion.Linq.IntegrationTests.Common.Utilities.BatchCommand

Mostrar archivo Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
AppendCommandBatchLine ( string commandBatchLine ) : void
BatchCommand ( int startRowNumber, int maxBatchLength ) : System

Method Details

AppendCommandBatchLine() public method

public AppendCommandBatchLine ( string commandBatchLine ) : void
commandBatchLine string
return void

BatchCommand() public method

public BatchCommand ( int startRowNumber, int maxBatchLength ) : System
startRowNumber int
maxBatchLength int
return System