 | IDataCachingServiceExistsTData Method |
Returns true if the specified cache item exists
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxbool 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 : IdentifiedDataParameters
- id Guid
[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
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Services.IDataCachingService.Exists``1(System.Guid)"]
See Also