Method BuildCreateSql
BuildCreateSql(string, IReadOnlyList<string>, FtsTokenizer, string?)
public static string BuildCreateSql(string name, IReadOnlyList<string> columns, FtsTokenizer tokenizer = FtsTokenizer.Unicode61, string? contentTable = null)
Parameters
namestringcolumnsIReadOnlyList<string>tokenizerFtsTokenizercontentTablestring
Returns
BuildCreateSql(string, IReadOnlyList<string>, FtsTokenizer, FtsTableOptions)
Options-taking overload. options is required and non-nullable so this
never becomes ambiguous with the string? contentTable overload above.
public static string BuildCreateSql(string name, IReadOnlyList<string> columns, FtsTokenizer tokenizer, FtsTableOptions options)
Parameters
namestringcolumnsIReadOnlyList<string>tokenizerFtsTokenizeroptionsFtsTableOptions