OrmLiteConflictResolutions
Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public static class OrmLiteConflictResolutions : object
Methods
OnConflictIgnore(IDbCommand)
View Source
Declaration
public static void OnConflictIgnore(this IDbCommand dbCmd)
Parameters
Type | Name |
---|---|
IDbCommand | dbCmd |
OnConflict(IDbCommand, String)
View Source
Declaration
public static void OnConflict(this IDbCommand dbCmd, string conflictResolution)
Parameters
Type | Name |
---|---|
IDbCommand | dbCmd |
System.String | conflictResolution |