/// <summary> /// Create a new aspnet_SchemaVersions object. /// </summary> /// <param name="feature">Initial value of the Feature property.</param> /// <param name="compatibleSchemaVersion">Initial value of the CompatibleSchemaVersion property.</param> /// <param name="isCurrentVersion">Initial value of the IsCurrentVersion property.</param> public static aspnet_SchemaVersions Createaspnet_SchemaVersions(global::System.String feature, global::System.String compatibleSchemaVersion, global::System.Boolean isCurrentVersion) { aspnet_SchemaVersions aspnet_SchemaVersions = new aspnet_SchemaVersions(); aspnet_SchemaVersions.Feature = feature; aspnet_SchemaVersions.CompatibleSchemaVersion = compatibleSchemaVersion; aspnet_SchemaVersions.IsCurrentVersion = isCurrentVersion; return aspnet_SchemaVersions; }
/// <summary> /// Deprecated Method for adding a new object to the aspnet_SchemaVersions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaspnet_SchemaVersions(aspnet_SchemaVersions aspnet_SchemaVersions) { base.AddObject("aspnet_SchemaVersions", aspnet_SchemaVersions); }