Show / Hide Table of Contents

    DwFunctionManager Class

    .NET Standard 2.x

    Adds global static functions which can be used in the DataStore.Evaluate function or in the computed columns with the DWCompute attribute.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public static class DwFunctionManager;
    

    Methods

    Name Returns Type Description
    AddGlobalFunction<TClass>() void Adds global static functions which can be used in the DataStore.Evaluate function or in the computed columns with the DWCompute attribute.
    Back to top Generated by Appeon