Method MakeValueBag
| Improve this Doc View SourceMakeValueBag(CandidateKey, Projection)
Creates column value bag with specified key and lookup.
Declaration
public ColumnValueBag MakeValueBag(CandidateKey key, Projection lookup)
Parameters
| Type | Name | Description |
|---|---|---|
| CandidateKey | key | The key. |
| Projection | lookup | The lookup projection. |
Returns
| Type | Description |
|---|---|
| ColumnValueBag | The created ColumnValueBag. |