Method | Description | |
---|---|---|
GetLeftColumnPrefix ( ) : string |
The prefix that should be used to get the left table's columns out of the IDataReader when accessing them by name.
|
|
GetRightColumnPrefix ( ) : string |
The prefix that should be used to get the right table's columns out of the IDataReader when accessing them by name.
|
|
SetPrefixes ( string left, string right ) : void |
Populates the prefix strings.
|
public SetPrefixes ( string left, string right ) : void | ||
left | string | Prefix for columns from the left table. |
right | string | Prefix for columns from the right table. |
return | void |