SavingOptions.AttributesConverter

SavingOptions.AttributesConverter property

A custom converter for attributes. If not null, it is called for each attribute of the source layer and is expected to change it if necessary.

public IAttributesConverter AttributesConverter { get; set; }

Remarks

Attribute name and data type cannot be changed.

See Also