[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 MetaTypeSqlConvertFrom(
	string str,
	MetaConstants..::.MetaType mt,
	bool isFixed
)
Visual Basic (Declaration)
Public Shared Function MetaTypeSqlConvertFrom ( _
	str As String, _
	mt As MetaConstants..::.MetaType, _
	isFixed As Boolean _
) As String
Visual C++
public:
static String^ MetaTypeSqlConvertFrom(
	String^ str, 
	MetaConstants..::.MetaType mt, 
	bool isFixed
)

Parameters

str
Type: System..::.String
The input string
mt
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaType
The meta type
isFixed
Type: System..::.Boolean
True if the parameter is of fixed type, false if it is of udf type

Return Value

The converted string

See Also