Skip to content

Commit 3314490

Browse files
committed
Add DateFormat to async conneciton
1 parent 9f7c08c commit 3314490

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/SQLiteAsync.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ public SQLiteAsyncConnection (SQLiteConnectionString connectionString)
101101
/// </summary>
102102
public int LibVersionNumber => GetConnection ().LibVersionNumber;
103103

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+
104110
/// <summary>
105111
/// The amount of time to wait for a table to become unlocked.
106112
/// </summary>

0 commit comments

Comments
 (0)