←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 parentInstanceRowByFKExternalStoreInstance, 
   DateTime StoreDate, 
   DateTime ExpireDate, 
   string StoreToken, 
   string ExternalStoreGuid 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddExternalStoreRow( 
   ByVal parentInstanceRowByFKExternalStoreInstance As InstanceRow, 
   ByVal StoreDate As Date, 
   ByVal ExpireDate As Date, 
   ByVal StoreToken As String, 
   ByVal ExternalStoreGuid As String 
) As ExternalStoreRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ExternalStoreRow^ AddExternalStoreRow( 
      InstanceRow^ parentInstanceRowByFKExternalStoreInstance, 
      System::DateTime StoreDate, 
      System::DateTime ExpireDate, 
      String^ StoreToken, 
      String^ ExternalStoreGuid 
   ) 

Parameters

parentInstanceRowByFKExternalStoreInstance

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly