←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly