Get the name of primary keys and their datattypes. [datatype,columnname]
[Visual Basic]
Protected Function GetPrimaryKeysColumn() As String(,)
[C#]
protected string[,] GetPrimaryKeysColumn();
Return Value
See Also
DataClass Class | DataClass Members | Magnusson.Data.SqlAutomation Namespace