ORM Sample Class Library

DataManagerBase.Relation Constructor (String, String, String, String)

[Visual Basic]
Overloads Public Sub New( _
   ByVal parentTable As String, _
   ByVal parentColumn As String, _
   ByVal childTable As String, _
   ByVal childColumn As String _
)
[C#]
public DataManagerBase.Relation(
   string parentTable,
   string parentColumn,
   string childTable,
   string childColumn
);

See Also

DataManagerBase.Relation Class | OrmLib Namespace | DataManagerBase.Relation Constructor Overload List


Class | OrmLib Namespace | DataManagerBase.Relation Constructor Overload List


ataManagerBase.Relation%C2%A0Constructor%C2%A0(String, String, String, String, String, String, Boolean)">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

0%">Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.