Creates new instance of the FunctionRequareEventArgs class.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel.LinqToSql (in PerpetuumSoft.DataModel.LinqToSql.dll) Version: 1.0.0.0

Syntax

C#
public FunctionRequareEventArgs(
	string schemaName,
	string functionName
)
Visual Basic (Declaration)
Public Sub New ( _
	schemaName As String, _
	functionName As String _
)
Visual C++
public:
FunctionRequareEventArgs(
	String^ schemaName, 
	String^ functionName
)

Parameters

schemaName
Type: System..::.String
functionName
Type: System..::.String

See Also