export generic list to sql table

AgnesPandaEyes

New member
Joined
Dec 27, 2007
Messages
3
Programming Experience
1-3
I currently have the following list filled with data. What is a good way to export that list into a table in sqlserver? Thanks for the help guys

VB.NET:
Dim nacha As New List(Of NachaFile)()


Thanks
Agnes
 
Last edited by a moderator:
Back
Top