 | DatabaseAccessorTDuplicateRow(Int32, TupleString, Object) Method |
Duplicates the row with a specific primary key from a table
Namespace: LynceeTec.EucalyptusAssembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntaxpublic T DuplicateRow(
int rowId,
params Tuple<string, Object>[] propertyValues
)
public:
T DuplicateRow(
int rowId,
... array<Tuple<String^, Object^>^>^ propertyValues
)
Parameters
- rowId Int32
- The primary key value
- propertyValues TupleString, Object
- The values of the corresponding row
Return Value
TThe new duplicated row
Exceptions
See Also