←Select platform

PrepareQueryMetadataXml Method

Summary

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

Syntax
C#
VB
C++
protected override void PrepareQueryMetadataXml( 
   IDbCommand command, 
   MetadataScope scope, 
   QueryPageInfo queryPageInfo 
) 
Protected Overrides Sub PrepareQueryMetadataXml( 
   ByVal command As IDbCommand, 
   ByVal scope As MetadataScope, 
   ByVal queryPageInfo As QueryPageInfo 
) 
protected:  
   virtual void PrepareQueryMetadataXml( 
      IDbCommand^ command, 
      MetadataScope^ scope, 
      QueryPageInfo^ queryPageInfo 
   ) override 

Parameters

command

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

scope

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

queryPageInfo

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

Remarks

This method is called by the GenerateMetadataXml method.

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.Medical.Storage.DataAccessLayer Assembly

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