| An indooGrid Documented Class Library |
|
dataAccess.getIdentityColumnName Method
Try to find column name with identity data
[Visual Basic]
Public Function getIdentityColumnName( _
ByVal
String As
String _
) As
String
[C#]
public
string getIdentityColumnName(
String tableName);
Parameters
-
tableName
- Database table name.
Return Value
Remarks
Search for single column that is key, unique or autoincrement (in this order) considering database schema information.
See Also
dataAccess Class | Indoo.Data Namespace