DataToSQLDataType Method

Convert a value to a text string for SQL based on data type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToSQLDataType(
	Object value,
	Type type
)

Parameters

value  Object
Value to convert.
type  Type
Resulting data type.

Return Value

String
String with the value converted.

See Also