Click or drag to resize

SQLUpdaterPK Property

The primary key appropriate for providing to an IDatabase.Execute() call.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string PK { get; set; }

Property Value

Type: String
Remarks
This property is provided so that a SQLUpdater can be set up by one method and returned or passed to another that will perform an IDatabase.Execute() call. The value is not used by SQLUpdater, but is provided as a convenience.
See Also