fwStandardSqlServerAttributesFwExcelOptionsToJson function
String?
fwStandardSqlServerAttributesFwExcelOptionsToJson(
- FwStandardSqlServerAttributesFwExcelOptions fwStandardSqlServerAttributesFwExcelOptions
Implementation
String? fwStandardSqlServerAttributesFwExcelOptionsToJson(
enums.FwStandardSqlServerAttributesFwExcelOptions
fwStandardSqlServerAttributesFwExcelOptions,
) {
return fwStandardSqlServerAttributesFwExcelOptions.value;
}