C# Class WeenyMapper.Mapping.ResultSet

ファイルを表示 Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

Method Description
AddRow ( ) : void
AddRow ( IEnumerable columnValues ) : void
AddRow ( Row row ) : void
Clone ( ) : ResultSet
Join ( ResultSet table, string leftTableIdentifier, string leftColumnName, string rightTableIdentifier, string rightColumnName ) : ResultSet
Remove ( IEnumerable rows ) : void
Remove ( Row row ) : void
ResultSet ( ) : System
ResultSet ( IEnumerable rows ) : System
ToString ( ) : string

Private Methods

Method Description
GetMatchingRows ( Row row, ResultSet joinedTable, string leftTableIdentifier, string leftColumnName, string rightTableIdentifier, string rightColumnName ) : IEnumerable

Method Details

AddRow() public method

public AddRow ( ) : void
return void

AddRow() public method

public AddRow ( IEnumerable columnValues ) : void
columnValues IEnumerable
return void

AddRow() public method

public AddRow ( Row row ) : void
row Row
return void

Clone() public method

public Clone ( ) : ResultSet
return ResultSet

Join() public method

public Join ( ResultSet table, string leftTableIdentifier, string leftColumnName, string rightTableIdentifier, string rightColumnName ) : ResultSet
table ResultSet
leftTableIdentifier string
leftColumnName string
rightTableIdentifier string
rightColumnName string
return ResultSet

Remove() public method

public Remove ( IEnumerable rows ) : void
rows IEnumerable
return void

Remove() public method

public Remove ( Row row ) : void
row Row
return void

ResultSet() public method

public ResultSet ( ) : System
return System

ResultSet() public method

public ResultSet ( IEnumerable rows ) : System
rows IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string