Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName method
SqlScriptSaveOptions::SetIdName(const U16String&) method
Gets and sets the name of id column.
void Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName(const U16String &value)
Remarks
If this property is set , a column will be inserted with automatical increment int value.
See Also
- Class Vector
- Class U16String
- Class SqlScriptSaveOptions
- Namespace Aspose::Cells::Saving
- Library Aspose.Cells for C++
SqlScriptSaveOptions::SetIdName(const char16_t*) method
Gets and sets the name of id column.
void Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName(const char16_t *value)
Remarks
If this property is set , a column will be inserted with automatical increment int value.
See Also
- Class Vector
- Class SqlScriptSaveOptions
- Namespace Aspose::Cells::Saving
- Library Aspose.Cells for C++