메소드 | 설명 | |
---|---|---|
Contains ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key, object item ) : bool | ||
Contains ( |
||
Delete ( ) : void | ||
Delete ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key ) : void | ||
FindBy ( ProfileId profileId ) : IEnumerable |
||
FindBy ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key ) : IEnumerable |
||
FindBy ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key, object item ) : |
||
FindBy ( |
||
Insert ( ) : void | ||
ProfileStorageSqlPersister ( IDatabaseConfiguration configuration ) : System | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateContext ( ) : |
||
Flush ( DataContext context ) : void |
public Contains ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key, object item ) : bool | ||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
item | object | |
리턴 | bool |
public Contains ( |
||
storageName | ||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
item | object | |
리턴 | bool |
public Delete ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key ) : void | ||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
리턴 | void |
public FindBy ( ProfileId profileId ) : IEnumerable |
||
profileId | ProfileId | |
리턴 | IEnumerable |
public FindBy ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key ) : IEnumerable |
||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
리턴 | IEnumerable |
public FindBy ( ProfileId profileId, Tp.Core.TypeNameWithoutVersion key, object item ) : |
||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
item | object | |
리턴 |
public FindBy ( |
||
storageName | ||
profileId | ProfileId | |
key | Tp.Core.TypeNameWithoutVersion | |
item | object | |
리턴 |
public ProfileStorageSqlPersister ( IDatabaseConfiguration configuration ) : System | ||
configuration | IDatabaseConfiguration | |
리턴 | System |