AddOrUpdatedAndGetAutoIncrementingKey() static private method

static private AddOrUpdatedAndGetAutoIncrementingKey ( SqlTable table, object &allColumnValues, bool lazy ) : bool
table SqlTable
allColumnValues object
lazy bool
return bool
コード例 #1
0
ファイル: SqlRow.cs プロジェクト: shashankmishra55/HardlyBot
 private bool InsertAndGetAutoIncrementingKey(bool lazySave)
 {
     return(SqlController.AddOrUpdatedAndGetAutoIncrementingKey(table, ref values, lazySave));
 }