The methods of the BindUtil class are listed below. For a complete list of BindUtil class members, see the BindUtil Members topic.
![]() ![]() | Binds the given persistable object to the current transaction if the current method call is being made in the context of a transaction. If the transaction commits, the given object will be persisted to the database: if the object is new, then the object will be inserted to the database, if the object is modified, then the object will be updated to the database and if Delete has been called on the object, then the object will be deleted from the database. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
BindUtil Class | DomainObjects.Facade.Transaction Namespace