Title here
Summary here
This attribute defines if the column is used as an Id for the DbMerge or the DbDestination.
public class MyPoco : MergeableRow
{
[IdColumn]
public int Key { get; set; }
public string Value {get;set; }
}
This property is used as an Id column for a Merge operation.
Name of the property used as Id
Type | Description |
---|---|
string |