DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Query Class / Execute Method

In This Topic
    Execute Method (Query)
    In This Topic
    Executes the query.
    Syntax
    'Declaration
     
    Public Function Execute() As IDataList
    public IDataList Execute()

    Return Value

    Object providing access to the query result. It can be used both for programmatic access and for data binding.
    See Also