Asset Library 기능 추가
This commit is contained in:
@@ -2203,8 +2203,8 @@ namespace SQLite4Unity3d
|
||||
///
|
||||
/// // 여러 ID를 차례로 삭제
|
||||
/// int[] idsToDelete = { 2, 3, 4 };
|
||||
/// foreach (int id in idsToDelete) {
|
||||
/// db.Delete<Person>(id);
|
||||
/// foreach (int Id in idsToDelete) {
|
||||
/// db.Delete<Person>(Id);
|
||||
/// }
|
||||
/// </code>
|
||||
/// </example>
|
||||
|
||||
Reference in New Issue
Block a user