Sets/Returns the fields that will be inserted into the database. The order of the fields must match with the order of the fields from the source SELECT statement.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLInsertFromSelect..::..FieldsClass Fields { get; set; }
Visual Basic
Public Property Fields As SQLInsertFromSelect..::..FieldsClass
	Get
	Set
Visual C++
public:
property SQLInsertFromSelect..::..FieldsClass^ Fields {
	SQLInsertFromSelect..::..FieldsClass^ get ();
	void set (SQLInsertFromSelect..::..FieldsClass^ value);
}

See Also