Skip to main content

SqliteByteArrayConverter

Assembly: ServiceStack.OrmLite.Sqlite.dll
View Source
Declaration
public class SqliteByteArrayConverter : ByteArrayConverter, IOrmLiteConverter

Inherited Properties

ColumnDefinition

View Source
Declaration
public override string ColumnDefinition { get; }

DbType

View Source
Declaration
public override DbType DbType { get; }

Methods

ToQuotedString(Type, Object)

View Source
Declaration
public override string ToQuotedString(Type fieldType, object value)
Returns

System.String

Parameters
TypeName
System.TypefieldType
System.Objectvalue

Implements