Click or drag to resize

FreetextExtensionFunctionOrder Property

Gets the order that this function should be initialized in when the connection is opened. The default is 0. Negative values are supported. This order does not affect the invocation order of CreateSqlStatement(SqlStatementBuilder, String, String, String, Type).

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public int Order { get; }

Property Value

Int32

Implements

IDbInitializedFilterFunctionOrder
See Also