static public void Delete(System.Int32 theKey, esSqlAccessType sqlAccessType) { var obj = new KeyNotFirst(); obj.TheKey = theKey; obj.AcceptChanges(); obj.MarkAsDeleted(); obj.Save(sqlAccessType); }
public KeyNotFirstProxyStub(KeyNotFirst obj, bool dirtyColumnsOnly) { theEntity = this.entity = obj; this.dirtyColumnsOnly = dirtyColumnsOnly; }
public KeyNotFirstProxyStub(KeyNotFirst obj) { theEntity = this.entity = obj; }