quannv wrote:
- How do I put null value into Datetime field (SQL server)?
entity.SetNewFieldValue(fieldindex, null);
- Can EntityCollection reserve?
You mean, reverse? No, you've to do that in a loop (can be done in 1 loop, in place)
- Can EntityCollection clone?
You want to clone the entities too, or just the collection?