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) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (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.
|