←Select platform

AddPresentationInstanceRow(InstanceRow,string,DateTime,string,string,string,string,string,string) Method

Summary

Adds a new PresentationInstanceRow to the System.Data.DataTable.Rows collection.

Syntax
C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public PresentationInstanceRow AddPresentationInstanceRow( 
   InstanceRow parentInstanceRowByFK_Instance_PresentationState, 
   string ContentLabel, 
   DateTime CreationDate, 
   string ContentDescription, 
   string ContentCreatorFamilyName, 
   string ContentCreatorGivenName, 
   string ContentCreatorMiddleName, 
   string ContentCreatorNamePrefix, 
   string ContentCreatorNameSuffix 
) 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   PresentationInstanceRow^ AddPresentationInstanceRow( 
       InstanceRow^ parentInstanceRowByFK_Instance_PresentationState, 
      String^ ContentLabel, 
      System::DateTime CreationDate, 
      String^ ContentDescription, 
      String^ ContentCreatorFamilyName, 
      String^ ContentCreatorGivenName, 
      String^ ContentCreatorMiddleName, 
      String^ ContentCreatorNamePrefix, 
      String^ ContentCreatorNameSuffix 
   ) 

Parameters

parentInstanceRowByFK_Instance_PresentationState

Type: InstanceRow.

The parent Instance Row.

ContentLabel

A System.String representing the Content Label.

CreationDate

A System.DateTime representing the Creation Date.

ContentDescription

A System.String representing the Content Description.

ContentCreatorFamilyName

A System.String representing the Content Creator Family Name.

ContentCreatorGivenName

A System.String representing the Content Creator Given Name.

ContentCreatorMiddleName

A System.String representing the Content Creator Middle Name.

ContentCreatorNamePrefix

A System.String representing the Content Creator Name Prefix.

ContentCreatorNameSuffix

A System.String representing the Content Creator Name Suffix.

Return Value

The PresentationInstanceRow which is added to the System.Data.DataTable.Rows collection.

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.