C# Class SQLiteConversionEngine.ConversionData.IndexSchema

Show file Open project: johnmbaughman/SQLiteConverter Class Usage Examples

Public Properties

Property Type Description
Columns List
IndexName string
IsUnique bool

Property Details

Columns public property

public List Columns
return List

IndexName public property

public string IndexName
return string

IsUnique public property

public bool IsUnique
return bool