コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DynamicReplicatedTableEntity"/> class.
 /// </summary>
 public DynamicReplicatedTableEntity()
     : base()
 {
     this.Properties        = new Dictionary <string, EntityProperty>();
     this._rtable_Operation = ReplicatedTable.GetTableOperation(TableOperationType.Insert);
 }