c# - SqlBulkCopy many-to-many table -


i wondering if there possibility last inserted id in sqlbulkcopy?

table 1     table2   many-to-many-table attribute  attribute table1.id, table2.id 

i have middle table many manyrelationship need last insertd id table1 , table2, , need insert both of them in many-to-many-table.

is possible?