Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

MaterializerCompilerEventArgs Constructor

Initializes a new instance of the MaterializerCompilerEventArgs class.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.CompiledMaterializers (in Tortuga.Chain.CompiledMaterializers.dll)

Syntax


public MaterializerCompilerEventArgs(
	IDataSource dataSource,
	string sql,
	string code,
	Type targetType,
	Nullable<Exception> exception
)
Public Sub New ( _
	dataSource As IDataSource, _
	sql As String, _
	code As String, _
	targetType As Type, _
	exception As Nullable(Of Exception) _
)
public:
MaterializerCompilerEventArgs(
	IDataSource^ dataSource, 
	String^ sql, 
	String^ code, 
	Type^ targetType, 
	Nullable<Exception^> exception
)

Parameters

dataSource
Type: Tortuga.Chain.DataSources..::..IDataSource
The data source.
sql
Type: String
The SQL.
code
Type: String
The code.
targetType
Type: Type
Type of the target.
exception
Type: Nullable<(Of <(<'Exception>)>)>
The exception.