예제 #1
0
 internal View(Database database, string name)
 {
     this.database = database;
     this.name     = name;
     this.viewId   = -1;
     // means 'unknown'
     this.collation = View.TDViewCollation.TDViewCollationUnicode;
 }
예제 #2
0
 internal View(Database database, string name)
 {
     this.database = database;
     this.name = name;
     this.viewId = -1;
     // means 'unknown'
     this.collation = View.TDViewCollation.TDViewCollationUnicode;
 }
예제 #3
0
 public void SetCollation(View.TDViewCollation collation)
 {
     this.collation = collation;
 }
예제 #4
0
 public void SetCollation(View.TDViewCollation collation)
 {
     this.collation = collation;
 }