Selerix Developer Tools
GetNewId Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : GetNewId Method
Generates new integer id.
Syntax
'Declaration
 
Public Shared Function GetNewId() As Integer
'Usage
 
Dim value As Integer
 
value = Utils.GetNewId()
public static int GetNewId()
public function GetNewId(): Integer; static; 
public static function GetNewId() : int;
public: static int GetNewId(); 
public:
static int GetNewId(); 
See Also

Reference

Utils Class
Utils Members