Click or drag to resize

DbmsNativeSqlFormatDateTime Method (String, DateTime)

Pattern used to build datetime conversion function

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static string FormatDateTime(
	string providerName,
	DateTime date
)

Parameters

providerName
Type: SystemString
The db provider name
date
Type: SystemDateTime
DateTime value to format

Return Value

Type: String
See Also