/// <summary>
 /// Create a new ReaderType object.
 /// </summary>
 /// <param name="rdrTypeID">Initial value of the RdrTypeID property.</param>
 /// <param name="rdrTypeName">Initial value of the RdrTypeName property.</param>
 public static ReaderType CreateReaderType(global::System.Byte rdrTypeID, global::System.String rdrTypeName)
 {
     ReaderType readerType = new ReaderType();
     readerType.RdrTypeID = rdrTypeID;
     readerType.RdrTypeName = rdrTypeName;
     return readerType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ReaderTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReaderTypes(ReaderType readerType)
 {
     base.AddObject("ReaderTypes", readerType);
 }