Gets the primary key column name of the data source.
[Visual Basic]
Public ReadOnly Property PrimaryKeyColsName As String()
[C#]
public string[] PrimaryKeyColsName {get;}
Property Value
String array.
Example
How to get the primary key column name of the data source.
Dim pkCols As String() = dbExData.PrimaryKeyColsName
string[] pkCols = dbExData.PrimaryKeyColsName;
See Also
AwDbExData Class | Asterworld.Data Namespace