DataSourceCommandResult Property |
DataSet, which contains the result for queries, that return data. Valid only for some command types
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IBuffer Result { get; set; }
Public Property Result As IBuffer
Get
Set
public:
property IBuffer^ Result {
IBuffer^ get ();
void set (IBuffer^ value);
}
member Result : IBuffer with get, set
Property Value
Type:
IBuffer
See Also