Knight Data Access Layer
IDataHelper Interface Properties

KellermanSoftware.NetDataAccessLayer Namespace : IDataHelper Interface

For a list of all members of this type, see IDataHelper members.

Public Properties
 NameDescription
 Property Set to intercept an object after a record is deleted  
 Property Set to intercept an object after a record is inserted  
 Property Set to intercept an objet after it is read  
 Property Set to intercept an object after a record is updated  
 Property Set to intercept an object before a record is deleted  
 Property Set to intercept an object before a record is inserted  
 Property Set to intercept an object before a record is updated  
 PropertyGet a reference to the current connection  
 PropertyGet or set the Connection String of the Database Provider  
 Property Used for viewing the internal level of nested transactions. Each Begin Transaction adds 1. Each Commit Transaction subtracts 1.  
 PropertyIf true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true  
 PropertyTrue if the connection is open  
 Property Gets a value indicating whether the provider is file based database.  
 PropertyReturns true if we are in a transaction  
 Property The license key associated with a license. See the License Key on your receipt.  
 PropertyA list of the names maintenance fields that will be filled in automatically such as CreateDate, UpdateDate, CreateUser  
 PropertyMap objects, table names, and sql to database tables  
 Property When true, Inner Begin Transactions and Commit Transactions are allowed. Inner Commits do not actually commit until the outermost commit has occured. Default is false. Nested transactions are useful for rolling back integration tests.  
 PropertyGet or Set the Prefix used for Parameters  
 Property Get the type of the provider  
 PropertyIf true, defaults will be set in the object before it is sent to the database. The default is false  
 PropertyReturns true if the attached database provider supports identity columns  
 PropertyReturns true if the attached database provider supports stored procedures  
 PropertyGet a reference to the current transaction  
 Property The user name associated with a license. See the User Name on your receipt.  
Top
See Also

Reference

IDataHelper Interface
KellermanSoftware.NetDataAccessLayer Namespace