You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Parameters.UppercaseSplit | Using uppercase separation, default: true |
333
333
334
334
### How to contribute a template
335
335
@@ -348,26 +348,26 @@ DbTableSource.Paramters accepts the following three parameters:
348
348
Author: Ahoo Wang
349
349
DataSource:
350
350
Name: Extract
351
-
Paramters:
351
+
Parameters:
352
352
DbProvider: SqlServer
353
353
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
354
354
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
364
364
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
0 commit comments