C# Класс Tortuga.Chain.MaterializerCompilerEventArgs

Class MaterializerCompiledEventArgs.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MaterializerCompilerEventArgs ( IDataSource dataSource, string sql, string code, Type targetType, Exception exception = null ) : System

Initializes a new instance of the MaterializerCompilerEventArgs class.

Описание методов

MaterializerCompilerEventArgs() публичный Метод

Initializes a new instance of the MaterializerCompilerEventArgs class.
public MaterializerCompilerEventArgs ( IDataSource dataSource, string sql, string code, Type targetType, Exception exception = null ) : System
dataSource IDataSource The data source.
sql string The SQL.
code string The code.
targetType System.Type Type of the target.
exception System.Exception The exception.
Результат System