Shunde.NET Framework Class Library

DBObject.Exists Method 

Checks to see if this object exists in the database

public bool Exists();

Remarks

Currently, if the id is less than 1 then it is considered to not exist. There is no check in the database for performance reasons. This may change later on.

See Also

DBObject Class | Shunde.Framework Namespace