Hi Aleaxnder,
1.I used:
.if (sourceFormat.Equals(“Gml”, StringComparison.OrdinalIgnoreCase))
{
options.SourceDriverOptions = new GmlOptions { RestoreSchema = true };
}
What is meaning of using RestoreSchema ?
3.…...Alexander, From what I read from AI answer. ,restore schem to true...GmlOption => RestoreSchema = true The AI said: The GML driver reads the...