Query or field data

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public string FieldData { get; set; }
Visual Basic (Declaration)
Public Property FieldData As String
Visual C++
public:
property String^ FieldData {
	String^ get ();
	void set (String^ value);
}

Remarks

Only one entry per query, but can be more than one for actual data. The order of the entries is important

See Also