←Select platform

GetRetrieveCrud Method

Summary

Gets an object implementing the ICrud interface that corresponds to row"/>

Syntax
C#
VB
C++
public static ICrud GetRetrieveCrud( 
   DataRow row 
) 
Public Shared Function GetRetrieveCrud( 
   ByVal row As System.Data.DataRow 
) As ICrud 
public:  
   static ICrud^ GetRetrieveCrud( 
      System::Data::DataRow^ row 
   ) 

Parameters

row

a System.Data.DataRow in the Instance table

Return Value

an object implementing the ICrud interface that corresponds to row"/>

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