Share via


StandardTableDataSources.AnyDataSource Field

Definition

Represents a string identifier of an "any data source". Used by ITableControlEventProcessorProvider to identify event processors that are not limited to any particular data source.

public: System::String ^ AnyDataSource;
std::wstring AnyDataSource;
public const string AnyDataSource;
val mutable AnyDataSource : string
Public Const AnyDataSource As String 

Field Value

Remarks

Wildcards in the source string are not supported in general. This is handled as a special case.

Applies to