C# Class Griffin.Data.Sqlite.IntegrationTests.SqlCommandBuilderTests

Inheritance: IDisposable
Show file Open project: jgauffin/Griffin.Framework

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SqlCommandBuilderTests ( ) : System

Private Methods

Method Description
direct_paging_selects_correct_page ( ) : void
paging_selects_correct_page ( ) : void
should_assign_id_to_the_created_entity_when_mapping_says_so ( ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

SqlCommandBuilderTests() public method

public SqlCommandBuilderTests ( ) : System
return System