RemoteRelationalMetadataGenericCountExpression Property  | 
 
            Gets the generic count expression for number of queried records.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders.Gateway
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? GenericCountExpression { get; }Public ReadOnly Property GenericCountExpression As String
	Get
public:
property String^ GenericCountExpression {
	String^ get ();
}member GenericCountExpression : string with get
Property Value
Type: 
String
            The generic count expression.
            
See Also