We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536f377 commit 0712cf3Copy full SHA for 0712cf3
1 file changed
Framework/PostSharp.Samples.StoredProcedure/README.md
@@ -15,7 +15,8 @@ The `StoredProcedureAttribute` class is the implementation of the aspect itself.
15
with inheritance and multicast enabled, so any `extern` method in a derived class will be turned into a stored
16
procedure call.
17
18
-The `MethodImpl` thing is ugly but unfortunately required.
+The `MethodImpl` thing is ugly but unfortunately required if we want to use `extern` methods. Other designs are possible,
19
+such as providing a dummy implementation for the method.
20
21
To test this sample, you must create a SQL database, load `CreateDb.sql`, and change the connection string in `Program.Main`.
22
0 commit comments