dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteFunction Class / Name Property

On this page
    Name Property (SQLiteFunction)
    On this page
    Gets a name of the user-defined function.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    Name of the user-defined function.
    See Also