SqlScriptSaveOptions.IdName

SqlScriptSaveOptions.IdName property

Gets and sets the name of id column.

public string IdName { get; set; }

Remarks

If this property is set , a column will be inserted with automatical increment int value.

See Also