Interface IDBGetUtils NamespacePowerSync.Common.DB AssemblyPowerSync.Common.dll public interface IDBGetUtils Methods Get(string, object?[]?) GetAll(string, object?[]?) GetAll<T>(string, object?[]?) GetOptional(string, object?[]?) GetOptional<T>(string, object?[]?) Get<T>(string, object?[]?)