Table of Contents

Enum SqlValueKind

Namespace
AiDotNet.ProgramSynthesis.Execution
Assembly
AiDotNet.dll
public enum SqlValueKind

Fields

Blob = 4
Boolean = 5
Integer = 1
Null = 0
Real = 2
Text = 3