Skip to content

Commit 0712cf3

Browse files
authored
Update README.md
1 parent 536f377 commit 0712cf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Framework/PostSharp.Samples.StoredProcedure

Framework/PostSharp.Samples.StoredProcedure/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The `StoredProcedureAttribute` class is the implementation of the aspect itself.
1515
with inheritance and multicast enabled, so any `extern` method in a derived class will be turned into a stored
1616
procedure call.
1717

18-
The `MethodImpl` thing is ugly but unfortunately required.
18+
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.
1920

2021
To test this sample, you must create a SQL database, load `CreateDb.sql`, and change the connection string in `Program.Main`.
2122

0 commit comments

Comments
 (0)