Table of Contents

Method ToParameters

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

ToParameters(object)

Binds each public instance property of parameters as $Name. ReadOnlyMemory<float>, Memory<float> and float[] bind as a sqlite-vec float32 blob.

[RequiresUnreferencedCode("Reflects over the properties of the supplied object. Use the SqliteParameter overload in trimmed or AOT apps.")]
public static IReadOnlyList<SqliteParameter> ToParameters(object parameters)

Parameters

parameters object

Returns

IReadOnlyList<SqliteParameter>