ProviderFunctionFunction Property  | 
 
            Gets or sets the function.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Function { get; set; }Public Property Function As String
	Get
	Set
public:
property String^ Function {
	String^ get ();
	void set (String^ value);
}member Function : string with get, set
Property Value
Type: 
StringThe function.
See Also