Adds a row to this ExternalStoreDataTable.
[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
)
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.
A ExternalStoreRow that represents the newly added row.
This will append a new row to the table.
ExternalStoreDataTable Members
Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET