We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7c08c commit 3314490Copy full SHA for 3314490
src/SQLiteAsync.cs
@@ -101,6 +101,12 @@ public SQLiteAsyncConnection (SQLiteConnectionString connectionString)
101
/// </summary>
102
public int LibVersionNumber => GetConnection ().LibVersionNumber;
103
104
+ /// <summary>
105
+ /// The format to use when storing DateTime properties as strings. Ignored if StoreDateTimeAsTicks is true.
106
+ /// </summary>
107
+ /// <value>The date time string format.</value>
108
+ public string DateTimeStringFormat => GetConnection ().DateTimeStringFormat;
109
+
110
/// <summary>
111
/// The amount of time to wait for a table to become unlocked.
112
0 commit comments