Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatdemirci authored Jul 20, 2018
1 parent b48bb7d commit 00c1880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Modelleme için yukarıdaki gibi RFC alan isimleri verilebileceği gibi, Class i
Direk Tablo'yu almak için aşağıdaki örneği kullanınız.

```C#
using (SapRfcConnection conn = new PlainSapRfcConnection("FEP"))
using (SapConnection baglanti = new NativeSapRfcConnection("FEP"))
{
ASPxGridView2.DataSource= conn.ReadTable<Muhataplar>("TPART",null,null,0,500);
ASPxGridView2.DataBind();
Expand Down

0 comments on commit 00c1880

Please sign in to comment.