LPDHelpers..::..CopyRecords Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), SetRecords, Func<(Of <<'(ARecord, dynamic>)>>), WritePolicy, ParallelOptions) |
Copies ARecord's from the source to targetSet.
Note that if the namespace and/or set is different, this instances's values are used, except
in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown but the PK can be changed with newPrimaryKeyValue.
|
![]() ![]() |
CopyRecords<(Of <<'(S>)>>)(IEnumerable<(Of <<'(S>)>>), SetRecords, Func<(Of <<'(S, dynamic>)>>), WritePolicy, ParallelOptions) | |
![]() ![]() |
CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), ANamespaceAccess, String, Func<(Of <<'(ARecord, dynamic>)>>), WritePolicy, ParallelOptions) |
Copies ARecord's from the source to targetSetName in targetNamespace.
Note that if the namespace and/or set is different, this instances's values are used, except
in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown but the PK can be changed with newPrimaryKeyValue
|
![]() ![]() |
CopyRecords<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), ANamespaceAccess, String, Func<(Of <<'(T, dynamic>)>>), WritePolicy, ParallelOptions) | |
![]() ![]() |
CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), SetRecords, WritePolicy, ParallelOptions) |
Copies ARecord's from the source to targetSet.
Note that if the namespace and/or set is different, this instances's values are used, except
in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown.
|
![]() ![]() |
CopyRecords<(Of <<'(S>)>>)(IEnumerable<(Of <<'(S>)>>), SetRecords, WritePolicy, ParallelOptions) | |
![]() ![]() |
CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), ANamespaceAccess, String, WritePolicy, ParallelOptions) |
Copies ARecord's from the source to targetSetName in targetNamespace.
Note that if the namespace and/or set is different, this instances's values are used, except
in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown.
|