Knight Data Access Layer
VerifyNamespace Method (AutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > AutoMap Class : VerifyNamespace Method
The exact namespace (case sensitive)
Verify that all the classes and properties in the passed namespace can be mapped to a table and columns
Syntax
Public Function VerifyNamespace( _
   ByVal namespaceName As String _
) As Boolean
Dim instance As AutoMap
Dim namespaceName As String
Dim value As Boolean
 
value = instance.VerifyNamespace(namespaceName)
public bool VerifyNamespace( 
   string namespaceName
)
public: bool VerifyNamespace( 
   string* namespaceName
) 
public:
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

AutoMap Class
AutoMap Members