Materializer Fields
The Materializer type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
AllColumns |
Return all columns.
|
|
|
AutoSelectDesiredColumns |
The automatically select desired columns. If there are primary key column(s), return them. Otherwise look for an identity column. If that is missing too, raise an exception.
|
|
|
NoColumns |
Return no columns. Used when the result of the operation is not desired (e.g. insert/update).
|

