Click or drag to resize
SQLiteValue Class
Extensions methods for creating instances of ISQLiteValue.
Inheritance Hierarchy
SystemObject
  SQLitePCL.prettySQLiteValue

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static class SQLiteValue

The SQLiteValue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToBool
Returns the SQLiteValue as a Boolean.
Public methodStatic memberToByte
Returns the SQLiteValue as a Byte.
Public methodStatic memberToDateTime
Returns the SQLiteValue as a DateTime.
Public methodStatic memberToDateTimeOffset
Returns the SQLiteValue as a DateTimeOffset.
Public methodStatic memberToDecimal
Returns the SQLiteValue as a Decimal.
Public methodStatic memberToFloat
Returns the SQLiteValue as a Single.
Public methodStatic memberToGuid
Returns the SQLiteValue as a Guid.
Public methodStatic memberToSByte
Returns the SQLiteValue as a SByte.
Public methodStatic memberToShort
Returns the SQLiteValue as a Int16.
Public methodStatic memberToSQLiteValue(Boolean)
Converts a Boolean to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Byte)
Converts a Byte to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Byte)
Converts a byte array to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Char)
Converts a Char to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(DateTime)
Converts an DateTime to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(DateTimeOffset)
Converts an DateTimeOffset to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Decimal)
Converts an Decimal to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Double)
Converts a Double to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Guid)
Converts an Guid to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Int16)
Converts an Int16 to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Int32)
Converts an Int32 to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Int64)
Converts a Int64 to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(SByte)
Converts a SByte to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Single)
Converts an Single to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(String)
Converts a String to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(TimeSpan)
Converts an TimeSpan to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(UInt16)
Converts an UInt16 to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(UInt32)
Converts a UInt32 to an ISQLiteValue.
Public methodStatic memberToSQLiteValue(Uri)
Converts an Uri to an ISQLiteValue.
Public methodStatic memberToTimeSpan
Returns the SQLiteValue as a TimeSpan.
Public methodStatic memberToUInt16
Returns the SQLiteValue as a UInt16.
Public methodStatic memberToUInt32
Returns the SQLiteValue as a UInt32.
Public methodStatic memberToUri
Returns the SQLiteValue as a Uri.
Public methodStatic memberZeroBlob
Create a SQLite zeroblob of the specified length.
Top
Properties
  NameDescription
Public propertyStatic memberNull
The SQLite null value.
Top
See Also