SubjectBusinessLogicProcedure Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the business logic procedure on the server that will process this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string BusinessLogicProcedure { get; }
Public ReadOnly Property BusinessLogicProcedure As String
Get
public:
virtual property String^ BusinessLogicProcedure {
String^ get () sealed;
}
function get_BusinessLogicProcedure();
Property Value
Type:
StringThe name of the business logic procedure on the server that will process this query
Return Value
Type:
StringThe name of the business logic procedure on the server that will process this query
Remarks See Also