| IDataCachingServiceExistsTData Method |
Returns true if the specified cache item exists
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax bool Exists<TData>(
Guid id
)
where TData : IdentifiedData
Function Exists(Of TData As IdentifiedData) (
id As Guid
) As Boolean
generic<typename TData>
where TData : IdentifiedData
bool Exists(
Guid id
)
abstract Exists :
id : Guid -> bool when 'TData : IdentifiedData
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:SanteDB.Core.Services.IDataCachingService.Exists``1(System.Guid)"]
Type Parameters
- TData
[Missing <typeparam name="TData"/> documentation for "M:SanteDB.Core.Services.IDataCachingService.Exists``1(System.Guid)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Services.IDataCachingService.Exists``1(System.Guid)"]
See Also