←Select platform

FindByDefinitionSequenceGuid Method

Summary

Finds the row with the given Definition Sequence GUID value.

Syntax
C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public HangingProtocolDefinitonSequenceRow FindByDefinitionSequenceGuid( 
   string DefinitionSequenceGuid 
) 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   HangingProtocolDefinitonSequenceRow^ FindByDefinitionSequenceGuid( 
      String^ DefinitionSequenceGuid 
   ) 

Parameters

DefinitionSequenceGuid

The Definition Sequence GUID value to find.

Return Value

A HangingProtocolDefinitonSequenceRow that represents the row.

Remarks

Looks up the table for the given id and returns an instance of the row found, otherwise it returns null.

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.