RDMSInsert.ColumnUpdates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains RDMSColumnUpdate
public:
property System::Collections::ArrayList ^ ColumnUpdates { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
public System.Collections.ArrayList ColumnUpdates { get; set; }
member this.ColumnUpdates : System.Collections.ArrayList with get, set
Public Property ColumnUpdates As ArrayList