Click or drag to resize

EntityBuilderTCtor Method

Define which property is your document id (primary key). Define if this property supports auto-id

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public EntityBuilder<T> Ctor(
	Func<BsonDocument, T> createInstance
)

Parameters

createInstance  FuncBsonDocument, T
 

Return Value

EntityBuilderT
See Also