This commit is contained in:
2020-02-13 23:20:40 +00:00
parent d032ceb125
commit aa0cfd2e13
4 changed files with 35 additions and 5 deletions

View File

@@ -66,5 +66,10 @@ namespace AyaNova.DataList
}
}
public bool HasIdColumn()
{
return !string.IsNullOrWhiteSpace(SqlIdColumnName);
}
}
}