[This is preliminary documentation and is subject to change.]
            Converts the meta information for sql processing
            
    Namespace: 
   OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static Object MetaTypeConvertSql( Object o, MetaConstants..::.MetaType mt, bool isFixed )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function MetaTypeConvertSql ( _ o As Object, _ mt As MetaConstants..::.MetaType, _ isFixed As Boolean _ ) As Object  | 
| Visual C++ | 
|---|
public: static Object^ MetaTypeConvertSql( Object^ o, MetaConstants..::.MetaType mt, bool isFixed )  | 
Parameters
- o
 - Type: System..::.Object
The object to be converted 
- mt
 - Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaType
The meta type 
- isFixed
 - Type: System..::.Boolean
true if the object is the attribute of fixed type 
