示例#1
0
 /// <summary>
 /// Create a new DatabaseType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 public static DatabaseType CreateDatabaseType(global::System.Int32 id, global::System.String type)
 {
     DatabaseType databaseType = new DatabaseType();
     databaseType.Id = id;
     databaseType.Type = type;
     return databaseType;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DatabaseTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDatabaseTypes(DatabaseType databaseType)
 {
     base.AddObject("DatabaseTypes", databaseType);
 }