←Select platform

FindCompositeInstancesCount Method

Summary

Returns the number of composite instances that matches the query parameters.

Syntax
C#
VB
C++
public virtual int FindCompositeInstancesCount( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
Public Overridable Function FindCompositeInstancesCount( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As Integer 
public:  
   virtual int FindCompositeInstancesCount( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) 

Parameters

matchingEntitiesCollection

A MatchingParameterCollection which includes the matching parameters for the query.

Return Value

The number of composite instances that matches the query parameters.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly