DataToSQLValues(ListInt32) Method
Converts a list of values to a value expression for SQL.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToSQLValues(
List<int> values
)
Public Shared Function ToSQLValues (
values As List(Of Integer)
) As String
- values ListInt32
- List of values to convert.
StringString with the expression of values separated by comma.