DataToSQLDataType Method
Convert a value to a text string for SQL based on data type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToSQLDataType(
Object value,
Type type
)
Public Shared Function ToSQLDataType (
value As Object,
type As Type
) As String
- value Object
- Value to convert.
- type Type
- Resulting data type.
StringString with the value converted.