fwStandardSqlServerAttributesFwExcelOptionsToJson function

String? fwStandardSqlServerAttributesFwExcelOptionsToJson(
  1. FwStandardSqlServerAttributesFwExcelOptions fwStandardSqlServerAttributesFwExcelOptions
)

Implementation

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