Active Query Builder 2 .NET Edition reference
DataSource Property



Gets the reference to the DataSource query object to which this field belongs to.
Syntax
'Declaration
 
Public ReadOnly Property DataSource As DataSource
'Usage
 
Dim instance As StatisticsOutputColumn
Dim value As DataSource
 
value = instance.DataSource
public DataSource DataSource {get;}
public: __property DataSource* get_DataSource();

Property Value

Returns DataSource object if the column is a single database object field, otherwise returns null.
See Also

Reference

StatisticsOutputColumn Class
StatisticsOutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback