SqlServer2000Dialect.UseReturningIdentity property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether to use returning identity.

public virtual bool UseReturningIdentity { get; }

Property Value

true if should use returning identity; otherwise, false.

See Also