Operator implicit operator
implicit operator SQLQuery(nint)
Converts a native pointer to a SQLQuery engine structure.
public static implicit operator SQLQuery(nint intPtr)
Parameters
intPtrnintThe native pointer to the SQL query.
Converts a native pointer to a SQLQuery engine structure.
public static implicit operator SQLQuery(nint intPtr)
intPtr nintThe native pointer to the SQL query.