/// <summary> /// Create a new FeatureType object. /// </summary> /// <param name="featureTypeID">Initial value of the FeatureTypeID property.</param> public static FeatureType CreateFeatureType(global::System.Int32 featureTypeID) { FeatureType featureType = new FeatureType(); featureType.FeatureTypeID = featureTypeID; return featureType; }
/// <summary> /// Deprecated Method for adding a new object to the FeatureType EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFeatureType(FeatureType featureType) { base.AddObject("FeatureType", featureType); }