Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string SqlType(
TableMappingColumn p,
bool storeDateTimeAsTicks
)
Public Shared Function SqlType (
p As TableMappingColumn,
storeDateTimeAsTicks As Boolean
) As String
public:
static String^ SqlType(
TableMappingColumn^ p,
bool storeDateTimeAsTicks
)
static member SqlType :
p : TableMappingColumn *
storeDateTimeAsTicks : bool -> string
Parameters
- p
- Type: Unvired.Kernel.SQLiteTableMappingColumn
- storeDateTimeAsTicks
- Type: SystemBoolean
Return Value
Type:
String
See Also