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
- Create a request that inherits from the BctSpBaseRequest. The generic argument of the BctSpBaseRequest should be the response type of the request that inherits BctSpBaseResponse.
28
+
- The request should have 2 class attributes, sp/function name and command type.
/// Custom database connection string directly or configuration path to connection string. -Use this if you want override global configuration for the request.
/// -MsSql, MySql -> Stored procedure, PostgreSql -> function- Name
15
+
/// </summary>
16
+
publicstringBctSpName{get;set;}
17
+
18
+
/// <summary>
19
+
/// Custom database connection string directly or configuration path to connection string. -Use this if you want override global configuration for the request.
0 commit comments