ORM Sample Class Library

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

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

See Also

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


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