Show / Hide Table of Contents

Struct SLIndexOrName

Used for parameter types of some sqliteStatement functions. Has implicit conversions from int and string. If int, the value is interpreted as index. If string - as name.

public struct SLIndexOrName

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
index
name

Operators

Name Description
implicit operator SLIndexOrName(int)
implicit operator SLIndexOrName(string)