DataToSQLBoolean Method

Convert a value to a string with a boolean for SQL.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToSQLBoolean(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

String
String with the value converted.

Remarks

Can return , 1 or 0.

See Also