/// <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 FeatureTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFeatureTypes(FeatureType featureType)
 {
     base.AddObject("FeatureTypes", featureType);
 }