Click or drag to resize

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

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