mail-archives/mono-bugs/2010-October/105678.html

113 строки
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 650391] New: DataSet.Clone doesn't clone some DataRelation and DataColumn properties
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20650391%5D%20New%3A%20DataSet.Clone%20doesn%27t%20clone%20some%0A%20DataRelation%20and%20DataColumn%20properties&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="105677.html">
<LINK REL="Next" HREF="105679.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 650391] New: DataSet.Clone doesn't clone some DataRelation and DataColumn properties</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20650391%5D%20New%3A%20DataSet.Clone%20doesn%27t%20clone%20some%0A%20DataRelation%20and%20DataColumn%20properties&In-Reply-To="
TITLE="[Mono-bugs] [Bug 650391] New: DataSet.Clone doesn't clone some DataRelation and DataColumn properties">bugzilla_noreply at novell.com
</A><BR>
<I>Sun Oct 31 11:40:39 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="105677.html">[Mono-bugs] [Bug 650390] Removing a constraint from a DataTable does not nullify it from DataRelation
</A></li>
<LI>Next message: <A HREF="105679.html">[Mono-bugs] [Bug 650394] New: DataRow.Delete() raises DataTable.RowDeleted when DataRowState.Detached
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#105678">[ date ]</a>
<a href="thread.html#105678">[ thread ]</a>
<a href="subject.html#105678">[ subject ]</a>
<a href="author.html#105678">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=650391">https://bugzilla.novell.com/show_bug.cgi?id=650391</A>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=650391#c0">https://bugzilla.novell.com/show_bug.cgi?id=650391#c0</A>
Summary: DataSet.Clone doesn't clone some DataRelation and
DataColumn properties
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: x86
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Data
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">cvolzke at live.com.au</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1036 Safari/532.5
The following properties are not cloned by DataSet.Clone:
DataRelation.ChildKeyConstraint
DataRelation.Nested
DataRelation.ExtendedProperties
DataColumn.ExtendedProperties
Reproducible: Always
Steps to Reproduce:
Create a DataSet with DataRelations/DataColumns with any of ChildKeyConstraint,
Nested, ExtendedProperties and call Clone().
Actual Results:
The above mentioned properties are not cloned after calling DataSet.Clone().
Expected Results:
The value of the above mentioned properties should be cloned.
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="105677.html">[Mono-bugs] [Bug 650390] Removing a constraint from a DataTable does not nullify it from DataRelation
</A></li>
<LI>Next message: <A HREF="105679.html">[Mono-bugs] [Bug 650394] New: DataRow.Delete() raises DataTable.RowDeleted when DataRowState.Detached
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#105678">[ date ]</a>
<a href="thread.html#105678">[ thread ]</a>
<a href="subject.html#105678">[ subject ]</a>
<a href="author.html#105678">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>