←Select platform

PrepareQueryMetadataJson Method

Summary

Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataJson method.

Syntax
C#
C++/CLI
protected override void PrepareQueryMetadataJson( 
   IDbCommand command, 
   MetadataScope scope, 
   QueryPageInfo queryPageInfo 
) 
protected:  
   virtual void PrepareQueryMetadataJson( 
      IDbCommand^ command, 
      MetadataScope^ scope, 
      QueryPageInfo^ queryPageInfo 
   ) override 

Parameters

command

A System.Data.IDbCommand database command that is initialized to be used by the GenerateMetadataJson method.

scope

An enumeration that specifies if the count is for existing, missing, or all JSON metadata records.

queryPageInfo

A [QueryPageInfo] that specifies the page number and page size.

Remarks

This method is called by the GenerateMetadataJson method.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly

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