Table of Contents

Class MixedQueryProcessor.Options

Namespace
Foundation.Data.Doublets.Cli
Assembly
Foundation.Data.Doublets.Cli.dll
public class MixedQueryProcessor.Options
Inheritance
MixedQueryProcessor.Options
Inherited Members

Properties

ChangesHandler

public WriteHandler<uint>? ChangesHandler { get; set; }

Property Value

WriteHandler<uint>

Query

public string? Query { get; set; }

Property Value

string

Operators

implicit operator Options(string)

public static implicit operator MixedQueryProcessor.Options(string query)

Parameters

query string

Returns

MixedQueryProcessor.Options