CommandWithResult..::..Result Property

Gets or sets the result.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public List<StatusKeyColumnValues> Result { get; set; }
<RequiredAttribute> _
Public Property Result As List(Of StatusKeyColumnValues)
	Get
	Set
[RequiredAttribute]
public:
property List<StatusKeyColumnValues^>^ Result {
	List<StatusKeyColumnValues^>^ get ();
	void set (List<StatusKeyColumnValues^>^ value);
}

Field Value

The result.