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; }
Public Property PK As String
Get
Set
Property Value
Type:
StringRemarks
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