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 SqlDecl(
TableMappingColumn p,
bool storeDateTimeAsTicks
)
Public Shared Function SqlDecl (
p As TableMappingColumn,
storeDateTimeAsTicks As Boolean
) As String
public:
static String^ SqlDecl(
TableMappingColumn^ p,
bool storeDateTimeAsTicks
)
static member SqlDecl :
p : TableMappingColumn *
storeDateTimeAsTicks : bool -> string
Parameters
- p
- Type: Unvired.Kernel.SQLiteTableMappingColumn
- storeDateTimeAsTicks
- Type: SystemBoolean
Return Value
Type:
String
See Also