Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Data.Xml/XmlIO/Write/XmlInsert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ public XmlInsert(Common.FileStatements.FileInsert fileStatement, FileConnection<
{
}

// Always true: XML schema may or may not come from an XSD file, but the property
// doesn't have table context to check. RealizeSchema handles this by returning early
// when columns are already defined (e.g. from XSD or CREATE TABLE).
public override bool SchemaUnknownWithoutData => true;

protected override void RealizeSchema(DataTable dataTable)
Expand Down
Loading