Click or drag to resize

MapperKernelBuildTableInfo Method

Builds a representation of the physical table(s) underlying a mapper including the SQL for each table required to execute the specified operation.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected TableInfos BuildTableInfo(
	OperationType op
)

Parameters

op
Type: NetQuarry.DataOperationType
The operation to perform.

Return Value

Type: TableInfos
The table information for each affected underlying table.
See Also