UdfRegistrationExtensions Class

Definition

Extension methods for UdfRegistration.

public static class UdfRegistrationExtensions
type UdfRegistrationExtensions = class
Public Module UdfRegistrationExtensions
Inheritance
UdfRegistrationExtensions

Methods

RegisterVector<T,TResult>(UdfRegistration, String, Func<T,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,T6,T7,T8,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,T6,T7,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,T6,T7,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,T6,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,T6,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,T5,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,T5,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,T4,TResult>(UdfRegistration, String, Func<T1,T2,T3,T4,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,T3,TResult>(UdfRegistration, String, Func<T1,T2,T3,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

RegisterVector<T1,T2,TResult>(UdfRegistration, String, Func<T1,T2,TResult>)

Registers the given delegate as a vector user-defined function with the specified name.

Applies to