Indicates that the referenced object should be loaded when the main object is loaded.
 This is achieved using table joins.
 Can only be used with a DatabaseObjects.Generic.ObjectReference class.
 The foreign collection must specify the TableAttribute and DistinctFieldAttribute values.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
public ObjectReferenceEarlyBindingAttribute()  | 
| Visual Basic | 
|---|
Public Sub New  | 
| Visual C++ | 
|---|
public:
ObjectReferenceEarlyBindingAttribute()  | 
See Also