Table of Contents

Operator implicit operator

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

implicit operator SQLQuery(nint)

Converts a native pointer to a SQLQuery engine structure.

public static implicit operator SQLQuery(nint intPtr)

Parameters

intPtr nint

The native pointer to the SQL query.

Returns

SQLQuery

A SQLQuery wrapping the specified pointer.