Click or drag to resize
AttachmentEditorReadSingle Method
Gets a single record based on the records Primary Key

Namespace: RMP.WCF.Model.Attachment
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Attachment ReadSingle(
	int RecordID
)

Parameters

RecordID
Type: SystemInt32
The Primary Key of the record

Return Value

Type: Attachment
The selected record

Implements

IEditorTReadSingle(Int32)
See Also