TransformTupleValues Property |
Gets the data values.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<Object> Values { get; }Public ReadOnly Property Values As IList(Of Object)
Get
public:
property IList<Object^>^ Values {
IList<Object^>^ get ();
}member Values : IList<Object> with get
Property Value
Type:
IListObject
See Also