Method SetValueBag
| Improve this Doc View SourceSetValueBag(ColumnValueBag, Column)
Sets column value in ColumnValueBag.
Declaration
public void SetValueBag(ColumnValueBag valueBag, Column column)
Parameters
Type | Name | Description |
---|---|---|
ColumnValueBag | valueBag | The ColumnValueBag. |
Column | column | The column. |
SetValueBag(ColumnValueBag, CandidateKey, Projection)
Sets key and lookup values in ColumnValueBag.
Declaration
public void SetValueBag(ColumnValueBag valueBag, CandidateKey key, Projection lookup)
Parameters
Type | Name | Description |
---|---|---|
ColumnValueBag | valueBag | The ColumnValueBag. |
CandidateKey | key | The key. |
Projection | lookup | The lookup projection. |