DataToSQLValuesT(ListT) 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<T>(
List<T> values
)
Public Shared Function ToSQLValues(Of T) (
values As List(Of T)
) As String
- values ListT
- List of values to convert.
- T
- Object type.
StringString with the expression of values separated by comma.