Click or drag to resize

RemAdo Class

Paperwork .Net Kütüphanesi
SQL kullanımları fonkisyonları
Inheritance Hierarchy
SystemObject
  RemCore
    Paperwork.ConnectRemAdo

Namespace:  Paperwork.Connect
Assembly:  Paperwork.Connect (in Paperwork.Connect.dll) Version: 5.0.0.0
Syntax
C#
public class RemAdo : RemCore

The RemAdo type exposes the following members.

Methods
  NameDescription
Public methodCode exampleExecProcedure
Stored procedure çalıştırmak için kullanılanılır.
Public methodCode exampleExecute
Verilen SQL sorgusunu çalıştırır.(Reposity üzerinde)
Public methodCode exampleGetCount
Belirtilen sayac adına ait son sayaç numarasını döner.
Public methodCode examplegetCounter
Belirtilen sayac adına ait son sayaç numarasını döner. Sayaç adı ilk defa kullanılıyor ise bu isim ile yeni bir sayaç ekler.
Public methodCode exampleQuery
Verilen SQL sorgularının sonuçlarını döndürür. (Bu fonksiyon silverlight kütüpanesinde çalışmaz.)
Top
See Also