Click or drag to resize

SubdocumentFactoryCreate Method

Creates a new blank ISubdocument

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public static ISubdocument Create()

Return Value

Type: ISubdocument
A constructed ISubdocument object
See Also