Ant Organisation Ltd documentation

XmlPersistenceDatabase.Exists Method 

Gets a record from storage

public bool Exists(
   ContentDefinition def,
   object key
);

Parameters

def
ContentEntry definition for the content to retrieve
key
Keys which uniquely identify the data in the database, if null then all rows are returned

Return Value

InstanceAndKey objects representing the instances

See Also

XmlPersistenceDatabase Class | Ant.ContentEntry.Persistence Namespace