CustomizeDataAccessEventArgs Class
Event arguments for CustomizeDataAccess and CustomizeDataAccess.
Namespace:
Xafari.BC
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
public class CustomizeDataAccessEventArgs : HandledEventArgs
Public Class CustomizeDataAccessEventArgs
Inherits HandledEventArgs
End Class
| Name | Description | |
|---|---|---|
|
CustomizeDataAccessEventArgs(string, bool) |
| Name | Description | |
|---|---|---|
|
CriteriaOperator | Criteria to customize. |
|
DataType | Data type to customize query. |
|
InTransaction | Gets inTransaction value. |
|
MethodName | Specifies method where event is raised. |
| Name | Description | |
|---|---|---|
|
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
|
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.BC.CustomizeDataAccessEventArgs