Method ToParameters
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
parametersobject