コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FeatureType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFeatureType(FeatureType featureType)
 {
     base.AddObject("FeatureType", featureType);
 }