DataToSQLValues(ListInt64) Method

Convierte una lista de valores en una expresión de valores para SQL

Definition

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

Parameters

values  ListInt64
List of values to convert.

Return Value

String
String with the expression of values separated by comma.

See Also