AwDbExData.PrimaryKeyColsName Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.