Execute Method

Summary
Executes the query represented by a specified expression tree.
Syntax
C#
VB
C++
public abstract object Execute( 
   Expression expression 
) 
Public MustOverride Function Execute( _ 
   ByVal expression As Expression _ 
) As Object 
public: 
abstract Object^ Execute(  
   Expression^ expression 
)  

Parameters

expression
An expression tree that represents a LINQ query.

Return Value

The value that results from executing the specified query.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.