CSALDatabase FindClass Method | CSAL Mongo Access Library |
Return a single class by ID (or null if not found)
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- classID
- Type: System String
ID of class to locate
Return Value
Type: ClassAn instance of Model.Class or null if not found
See Also