SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.SQLite.Patterns.LazyLoadMaster< CLASS, TABLE > Class Template Reference

Provides lazy load abilities for type T More...

Public Member Functions

 LazyLoadMaster (int aOID)
 The object being loaded More...
 

Properties

int OID [get]
 The object identifier of the master in a FK relationship. More...
 
CLASS Value [get, set]
 

Detailed Description

Provides lazy load abilities for type T

Type Constraints
CLASS :BaseClass 
TABLE :IBaseTable 

Constructor & Destructor Documentation

The object being loaded

Property Documentation

int Assets.SQLINQ.SQLite.Patterns.LazyLoadMaster< CLASS, TABLE >.OID
get

The object identifier of the master in a FK relationship.

The OI.