2 references to MultipleParentRows
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
2835
throw ExceptionBuilder.
MultipleParentRows
(tempTable.Namespace.Length == 0 ? tempTable.TableName : tempTable.Namespace + tempTable.TableName);
2914
throw ExceptionBuilder.
MultipleParentRows
(dt.Namespace.Length == 0 ? dt.TableName : (dt.Namespace + dt.TableName));