←Select platform

AddExternalStoreRow(InstanceRow,DateTime,DateTime,string,string) Method

Summary

Adds a row to this ExternalStoreDataTable.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ExternalStoreRow AddExternalStoreRow( 
   InstanceRow parentInstanceRowByFK_ExternalStore_Instance, 
   DateTime StoreDate, 
   DateTime ExpireDate, 
   string StoreToken, 
   string ExternalStoreGuid 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0"), 
   DebuggerNonUserCodeAttribute()> 
 Public Function AddExternalStoreRow( 
   ByVal parentInstanceRowByFK_ExternalStore_Instance As InstanceRow, 
   ByVal StoreDate As DateTime, 
   ByVal ExpireDate As DateTime, 
   ByVal StoreToken As String, 
   ByVal ExternalStoreGuid As String 
) As ExternalStoreRow 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   ExternalStoreRow^ AddExternalStoreRow( 
      InstanceRow^ parentInstanceRowByFK_ExternalStore_Instance, 
      DateTime^ StoreDate, 
      DateTime^ ExpireDate, 
      String^ StoreToken, 
      String^ ExternalStoreGuid 
   ) 

Parameters

parentInstanceRowByFK_ExternalStore_Instance

The value for the ParentInstanceRowByFK_ExternalStore_Instance column.

StoreDate

The value for the Store Date column.

ExpireDate

The value for the Expire Date column.

StoreToken

The value for the Store Token column.

ExternalStoreGuid

The value for the External Store GUID column.

Return Value

A ExternalStoreRow that represents the newly added row.

Remarks

This will append a new row to the table.

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.