Knight Data Access Layer
VerifyNamespace Method (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : VerifyNamespace Method
The exact namespace (case sensitive)
Verify that all the classes in the passed namespace can be mapped to a table
Syntax
Function VerifyNamespace( _
   ByVal namespaceName As String _
) As Boolean
Dim instance As IAutoMap
Dim namespaceName As String
Dim value As Boolean
 
value = instance.VerifyNamespace(namespaceName)
bool VerifyNamespace( 
   string namespaceName
)
bool VerifyNamespace( 
   string* namespaceName
) 
bool VerifyNamespace( 
   String^ namespaceName
) 

Parameters

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

IAutoMap Interface
IAutoMap Members