←Select platform

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

Summary

Adds a row to this ExternalStoreDataTable.

Syntax
C#
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public 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 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