Method | Description | |
---|---|---|
Add ( |
||
Add ( IEnumerable |
||
Add ( string columnAlias, object value ) : void | ||
Clone ( ) : |
||
GetColumnValue ( string columnName ) : |
||
GetColumnValue ( string tableIdentifier, string columnName ) : |
||
GetColumnValuesForAlias ( string alias ) : IList |
||
GetColumnValuesForType ( |
||
HasColumnValue ( string tableName, string columnName ) : bool | ||
HasValuesForTable ( string tableIdentifier ) : bool | ||
HasValuesForType ( |
||
Remove ( |
||
Remove ( IEnumerable |
||
Row ( ) : System | ||
Row ( IEnumerable |
||
Row ( object>.IEnumerable |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
IsGeneratedByWeenyMapper ( |
public Add ( |
||
columnValue | ||
return | void |
public Add ( IEnumerable |
||
columnValues | IEnumerable |
|
return | void |
public Add ( string columnAlias, object value ) : void | ||
columnAlias | string | |
value | object | |
return | void |
public GetColumnValue ( string columnName ) : |
||
columnName | string | |
return |
public GetColumnValue ( string tableIdentifier, string columnName ) : |
||
tableIdentifier | string | |
columnName | string | |
return |
public GetColumnValuesForAlias ( string alias ) : IList |
||
alias | string | |
return | IList |
public GetColumnValuesForType ( |
||
type | ||
convention | IConvention | |
return | IList |
public HasColumnValue ( string tableName, string columnName ) : bool | ||
tableName | string | |
columnName | string | |
return | bool |
public HasValuesForTable ( string tableIdentifier ) : bool | ||
tableIdentifier | string | |
return | bool |
public HasValuesForType ( |
||
type | ||
convention | IConvention | |
return | bool |
public Remove ( |
||
columnValue | ||
return | void |
public Remove ( IEnumerable |
||
columnValues | IEnumerable |
|
return | void |
public Row ( IEnumerable |
||
columnValues | IEnumerable |
|
return | System |
public Row ( object>.IEnumerable |
||
values | object>.IEnumerable | |
return | System |