RelationalDataProviderGenericCountExpression Property |
Gets the generic count expression for number of queried records.
Namespace:
Dundas.BI.Data.DataProviders.Relational
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public virtual string GenericCountExpression { get; }
Public Overridable ReadOnly Property GenericCountExpression As String
Get
public:
virtual property String^ GenericCountExpression {
String^ get ();
}
abstract GenericCountExpression : string with get
override GenericCountExpression : string with get
Property Value
Type:
String
The generic count expression.
See Also