[This is preliminary documentation and is subject to change.]

Used for conversion functions for creating the sql statement

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string MetaTypeSqlConvertTo(
	Object obj,
	MetaConstants..::.MetaType mt,
	bool isFixed
)
Visual Basic (Declaration)
Public Shared Function MetaTypeSqlConvertTo ( _
	obj As Object, _
	mt As MetaConstants..::.MetaType, _
	isFixed As Boolean _
) As String
Visual C++
public:
static String^ MetaTypeSqlConvertTo(
	Object^ obj, 
	MetaConstants..::.MetaType mt, 
	bool isFixed
)

Parameters

obj
Type: System..::.Object
The meta type object
mt
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaType
The meta type
isFixed
Type: System..::.Boolean
true if it is a fixed type, false if it is udf type

Return Value

The converted string

See Also