Knight Data Access Layer
Setup(Assembly,String) Method




KellermanSoftware.NetDataAccessLayer Namespace > IObjectCrud Interface > Setup Method : Setup(Assembly,String) Method
.NET Assembly
The exact namespace (case sensitive)
Setup the current database to work with classes from the passed in namespace
Syntax
Overloads Sub Setup( _
   ByVal assembly As Assembly, _
   ByVal namespaceName As String _
) 
Dim instance As IObjectCrud
Dim assembly As Assembly
Dim namespaceName As String
 
instance.Setup(assembly, namespaceName)
void Setup( 
   Assembly assembly,
   string namespaceName
)
void Setup( 
   Assembly* assembly,
   string* namespaceName
) 
void Setup( 
   Assembly^ assembly,
   String^ namespaceName
) 

Parameters

assembly
.NET Assembly
namespaceName
The exact namespace (case sensitive)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IObjectCrud Interface
IObjectCrud Members
Overload List