Skip to content

[Core] Support 'ExpandoObject' in 'MergeAll' via 'TableName'. #239

@mikependon

Description

@mikependon

Code below must be supported.

using (var connection = new SqlConnection(connectionString))
{
	var customer = new ExpandoObject() as IDictionary<string, object>();
	customer.Add("Id", 10045);
	customer.Add("LastUpdatedUtc", DateTime.UtcNow);
	connection.MergeAll("Customer", new object[] { customer });
}

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releasefeatureDefined as a big development item (feature)fixedThe bug, issue, incident has been fixed.for grabsA community can grab for contribution

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions