프로젝트 편집창에 FTP Explorer 기능 추가
This commit is contained in:
8
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
8
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
@@ -6273,11 +6273,11 @@ namespace FPJ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string path {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.pathColumn]));
|
||||
if (this.IspathNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'path\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableProjects.pathColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user