Table of Contents

Method AsRecord

Namespace
Neo4j.Driver.Mapping
Assembly
Neo4j.Driver.dll

AsRecord(IEntity)

Converts the entity to a record.

public static IRecord AsRecord(this IEntity entity)

Parameters

entity IEntity

The entity to convert.

Returns

IRecord

The record.