Gets the ResultSet.

Namespace: ININ.IceLib.Data.TransactionBuilder
Assembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public DataSet ResultSet { get; }
Visual Basic
Public ReadOnly Property ResultSet As DataSet
	Get

Field Value

The result set.

Remarks

ResultSet contains the data that is returned after the execution of a transaction.
Note

All Out, InOut, and Return parameter data is returned in Tables[0] with the following columns:

Ordinal Position, Include Metadata, DataType, Value, Name, Parameter Type, Db Type, Db Type Name, Size, Radix, Nullable, and Remarks

Columns Name through Remarks are all metadata columns. If Include Metadata is not equal to "1" these columns will have the value Empty.

Ordinal Position is the ordinal position in the Parameters list including In parameters.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also