Click or drag to resize

FuncsGetCustomFunction Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.GetCustomFunction(System.String,System.Collections.Generic.IEnumerable{System.Type})"]

Namespace:  Stimulsoft.Data.Functions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static IStiAppFunction GetCustomFunction(
	string funcName,
	IEnumerable<Type> argumentTypes
)

Parameters

funcName
Type: SystemString

[Missing <param name="funcName"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.GetCustomFunction(System.String,System.Collections.Generic.IEnumerable{System.Type})"]

argumentTypes
Type: System.Collections.GenericIEnumerableType

[Missing <param name="argumentTypes"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.GetCustomFunction(System.String,System.Collections.Generic.IEnumerable{System.Type})"]

Return Value

Type: IStiAppFunction

[Missing <returns> documentation for "M:Stimulsoft.Data.Functions.Funcs.GetCustomFunction(System.String,System.Collections.Generic.IEnumerable{System.Type})"]

See Also