Method CreateQuery<TProps>(long, long?, bool)

Assembly: redb.Core.dll

Create new query for specified scheme.

public IRedbQueryable<TProps> CreateQuery<TProps>(long schemeId, long? userId = null, bool checkPermissions = false) where TProps : class, new()