Materializer Members
The Materializer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
DesiredColumns |
Returns the list of columns the materializer would like to have.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
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).
|
Events
| Name | Description | |
|---|---|---|
|
|
ExecutionTokenPrepared |
Occurs when an execution token has been prepared.
|
|
|
ExecutionTokenPreparing |
Occurs when execution token is about to be been prepared.
|

