Click or drag to resize

DataContextExists(Type, Guid) Method

Determines if modelKey of type type exists in the database

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public bool Exists(
	Type type,
	Guid modelKey
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:SanteDB.OrmLite.DataContext.Exists(System.Type,System.Guid)"]

modelKey  Guid

[Missing <param name="modelKey"/> documentation for "M:SanteDB.OrmLite.DataContext.Exists(System.Type,System.Guid)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.OrmLite.DataContext.Exists(System.Type,System.Guid)"]

See Also