CommonFunctionsIsProductionDatabase Method
Check if a database is a production or historic database.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool IsProductionDatabase(
Uri oDataUri
)
Public Shared Function IsProductionDatabase (
oDataUri As Uri
) As Boolean
public:
static bool IsProductionDatabase(
Uri^ oDataUri
)
static member IsProductionDatabase :
oDataUri : Uri -> bool
- oDataUri Uri
- The OData Uri.
BooleanTrue if the database is not historic database.