zzz projects SqlBulkCopy Tutorial
Documentation Troubleshooting
Knowledge Base
  • Documentation
  • Troubleshooting
  • Knowledge Base

SqlBulkCopy Tutorial - Knowledge Base (KB)

2 results in tag: linq-to-xml

The given value of type String from the data source cannot be converted to type int of the specified target column

I am trying to read values from xml file and then use the bulkcopy to insert the data into my database....I am using a custom class which is:...class Customer { public int CustomerID { get; set; } public string FirstName { get; set; } ...
c# linq linq-to-xml sqlbulkcopy
asked by Marco Dinatsoli

XML string to Varbinary(MAX) using LinqToEntities

I have serialized a database values to XML and kept it inside the Apps debug folder. Now i want to deserialize it and insert to SQL database....Here is what i did:...XmlDocument XDoc = new XmlDocument(); XDoc.Load("Serialized.xml"); ...
linq-to-entities linq-to-xml offlineapps sqlbulkcopy
asked by DevRingim

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!