Méthode | Description | |
---|---|---|
Clean ( ) : void | ||
ClearCache ( ) : void | ||
Clone ( ) : object | ||
CopyTo ( object destination ) : void | ||
DBObjectData ( object owner, IQClassData data = null ) : System |
fieldList should be a CSV of the properties to include. (PK) after a field name identifies it as the primary key.
|
|
GetClassInfo ( |
||
IsDirty ( ) : bool | ||
IsDirty ( string fieldName ) : bool | ||
IsNew ( ) : bool | ||
Reset ( ) : void | ||
SetPrimaryKey ( IConvertible value ) : void |
Méthode | Description | |
---|---|---|
AreEqual ( object obj1, object obj2 ) : bool | ||
IsDirty ( int index ) : bool |
protected AreEqual ( object obj1, object obj2 ) : bool | ||
obj1 | object | |
obj2 | object | |
Résultat | bool |
public CopyTo ( object destination ) : void | ||
destination | object | |
Résultat | void |
public DBObjectData ( object owner, IQClassData data = null ) : System | ||
owner | object | |
data | IQClassData | |
Résultat | System |
public static GetClassInfo ( |
||
type | ||
data | IQClassData | |
Résultat |
public SetPrimaryKey ( IConvertible value ) : void | ||
value | IConvertible | |
Résultat | void |