DataToSQLValues(ListDateTime) Method

Converts a list of values to a value expression for SQL.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToSQLValues(
	List<DateTime> values
)

Parameters

values  ListDateTime
List of values to convert.

Return Value

String
String with the expression of values separated by comma.

See Also