DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOpCustom Class / ColumnOpCustom Constructor

In This Topic
    ColumnOpCustom Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal opClass As Type, _
       ByVal opName As String, _
       ByVal paramColumns() As Column, _
       ByVal resType As Type, _
       ByVal callback As OpCallback, _
       Optional ByVal opts() As Object _
    )
    public ColumnOpCustom( 
       Type opClass,
       string opName,
       Column[] paramColumns,
       Type resType,
       OpCallback callback,
       object[] opts
    )

    Parameters

    opClass
    opName
    paramColumns
    resType
    callback
    opts
    See Also