M
michael
The following constructor creates a new DataRelation.
With respect to the 4th parameter, I really can't see a
difference whether I put "True" in this position or use
the constructor that has only 3 parameters (no boolean).
What's the purpose of indicating whether or not you want
the constraints created?
Public Sub New(String, DataColumn, DataColumn, Boolean)
Initializes a new instance of the DataRelation class
using the specified name, matched arrays of parent and
child DataColumn objects, and value indicating whether to
create constraints.
Michael
With respect to the 4th parameter, I really can't see a
difference whether I put "True" in this position or use
the constructor that has only 3 parameters (no boolean).
What's the purpose of indicating whether or not you want
the constraints created?
Public Sub New(String, DataColumn, DataColumn, Boolean)
Initializes a new instance of the DataRelation class
using the specified name, matched arrays of parent and
child DataColumn objects, and value indicating whether to
create constraints.
Michael