Data Management Object Model Reference |
|
SQLStatementUtil.FixNamesFor_NON_MROLEDB_Target_MSSQL Method
Add square brackest around the variable name and appends an extra "]" for field names that contain [] (Grids, Loops, Compounds, Classes) This is neccessary for NON MROLEDB targets of type Microsoft SQL server
[Visual Basic]
Public Shared Function FixNamesFor_NON_MROLEDB_Target_MSSQL( _
ByVal
name As
String _
) As
String
[C#]
public static
string FixNamesFor_NON_MROLEDB_Target_MSSQL(
string name);
Parameters
-
name
-
Return Value
See Also
SQLStatementUtil Class | SPSSMR.Data Namespace