DataStorageInsertRecordOptionsBeforeRecordId Property |
Gets or sets the ID of the record to insert this new record before. This is optional, if not specified the record is inserted at the end.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "beforeRecordId", EmitDefaultValue = false)]
public Guid BeforeRecordId { get; set; }<DataMemberAttribute(Name := "beforeRecordId", EmitDefaultValue := false)>
Public Property BeforeRecordId As Guid
Get
Set
public:
[DataMemberAttribute(Name = L"beforeRecordId", EmitDefaultValue = false)]
property Guid BeforeRecordId {
Guid get ();
void set (Guid value);
}[<DataMemberAttribute(Name = "beforeRecordId", EmitDefaultValue = false)>]
member BeforeRecordId : Guid with get, set
Property Value
Type:
Guid
The record ID to insert the new record before.
See Also