 | BasePersistenceServiceTModel, TDbModelDelete(Guid, TransactionMode, IPrincipal) Method |
Delete the specified object
Namespace: SanteDB.Persistence.Data.Services.PersistenceAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic TModel Delete(
Guid key,
TransactionMode mode,
IPrincipal principal
)
Public Function Delete (
key As Guid,
mode As TransactionMode,
principal As IPrincipal
) As TModel
public:
virtual TModel Delete(
Guid key,
TransactionMode mode,
IPrincipal^ principal
) sealed
abstract Delete :
key : Guid *
mode : TransactionMode *
principal : IPrincipal -> 'TModel
override Delete :
key : Guid *
mode : TransactionMode *
principal : IPrincipal -> 'TModel Parameters
- key Guid
- The primary key of the object to delete
- mode TransactionMode
- The method persistence operation
- principal IPrincipal
- The principal which should be used to delete
Return Value
TModel[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.BasePersistenceService`2.Delete(System.Guid,SanteDB.Core.Services.TransactionMode,System.Security.Principal.IPrincipal)"]
Implements
IDataPersistenceServiceTDataDelete(Guid, TransactionMode, IPrincipal)
Remarks
See Also