←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#
VB
C++
[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 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0"), 
   DebuggerNonUserCodeAttribute()> 
 Public Function AddPresentationInstanceRow( 
   ByVal parentInstanceRowByFK_Instance_PresentationState As InstanceRow, 
   ByVal ContentLabel As String, 
   ByVal CreationDate As Date, 
   ByVal ContentDescription As String, 
   ByVal ContentCreatorFamilyName As String, 
   ByVal ContentCreatorGivenName As String, 
   ByVal ContentCreatorMiddleName As String, 
   ByVal ContentCreatorNamePrefix As String, 
   ByVal ContentCreatorNameSuffix As String 
) As PresentationInstanceRow 
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 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