Click or drag to resize
Galactic API

CouchbaseUtilityGet Method

Gets a document from the database with the specified id.

Namespace:  Galactic.NoSql.Couchbase
Assembly:  Galactic.NoSql.Couchbase (in Galactic.NoSql.Couchbase.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override Object Get(
	string id
)

Parameters

id
Type: SystemString
The id of the document to retrieve.

Return Value

Type: Object
The document with the specified id, or null if there was an error, or the id does not exist.
See Also