public static bool IsDirty (int instanceID);
public static bool IsDirty (Object target);

Parámetros

instanceIDThe object's instance ID.
targetThe object.

Valor de retorno

bool True if the object has changed; otherwise false.

Descripción

Gets a boolean value that indicates whether the specified object has changed since the last time it was saved.