dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / UpdatingKeyFields Property

In This Topic
UpdatingKeyFields Property (PgSqlDataTable)
In This Topic
Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.
Syntax
'Declaration
 
Public Shadows Property UpdatingKeyFields As String
 

Property Value

The string containing list of key field names separated by semicolon.
See Also