TaxSelectSqlText Property

SQL selection text to read item tax

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property TaxSelectSqlText As String
    Get
'Usage
Dim value As String

value = Me.TaxSelectSqlText
protected virtual string TaxSelectSqlText { get; }
protected:
virtual property String^ TaxSelectSqlText {
    String^ get ();
}

Property Value

Type: System.String
Returns String.

See Also

Reference

TaxCodeProvider Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace