 | DataContextExists(Type, Guid) Method |
Determines if modelKey of type type exists in the database
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic bool Exists(
Type type,
Guid modelKey
)
Public Function Exists (
type As Type,
modelKey As Guid
) As Boolean
public:
bool Exists(
Type^ type,
Guid modelKey
)
member Exists :
type : Type *
modelKey : Guid -> bool 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