Knight Data Access Layer
GetIdentity Method (NullIdentity)




KellermanSoftware.NetDataAccessLayer Namespace > NullIdentity Class : GetIdentity Method
Throws NotSupportedException
Syntax
Public Function GetIdentity( _
   ByVal tableName As String _
) As Object
Dim instance As NullIdentity
Dim tableName As String
Dim value As Object
 
value = instance.GetIdentity(tableName)
public object GetIdentity( 
   string tableName
)
public: Object* GetIdentity( 
   string* tableName
) 
public:
Object^ GetIdentity( 
   String^ tableName
) 

Parameters

tableName
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

NullIdentity Class
NullIdentity Members