Knight Data Access Layer
DataHelper Class Properties


KellermanSoftware.NetDataAccessLayer Namespace : DataHelper Class

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

Public Properties
 NameDescription
Public Property Set to intercept an object after a record is deleted  
Public Property Set to intercept an object after a record is inserted  
Public Property Set to intercept an object after it is read  
Public Property Set to intercept an object after a record is updated  
Public Property Set to intercept an object before a record is deleted  
Public Property Set to intercept an object before a record is inserted  
Public Property Set to intercept an object before a record is updated  
Public PropertyGet a reference to the current connection  
Public PropertyGet or set the Connection String of the Database Provider  
Public Property Used for viewing the internal level of nested transactions. Each Begin Transaction adds 1. Each Commit Transaction subtracts 1.  
Public PropertyIf true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true  
Public PropertyTrue if the connection is open  
Public Property Gets a value indicating whether the provider is file based database.  
Public PropertyReturns true if we are in a transaction  
Public Propertystatic (Shared in Visual Basic) Returns true if the session has been created for the current thread  
Public Property The license key associated with a license. See the License Key on your receipt.  
Public PropertyA list of the names maintenance fields that will be filled in automatically such as CreateDate, UpdateDate, CreateUser  
Public PropertyMap objects, table names, and sql to database tables  
Public 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.  
Public PropertyGet or Set the Prefix used for Parameters  
Public Property Get the database provider that was set in the constructor  
Public Property Get the type of the provider  
Public PropertyIf true, defaults will be set in the object before it is sent to the database. The default is false  
Public PropertyReturns true if the attached database provider supports identity columns  
Public PropertyReturns true if the attached database provider supports stored procedures  
Public PropertyGet a reference to the current transaction  
Public Property The user name associated with a license. See the User Name on your receipt.  
Top
See Also

Reference

DataHelper Class
KellermanSoftware.NetDataAccessLayer Namespace