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

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