StoreTypePostfix Enum

Definition

Indicates which values should be appended to the store type name.

public enum StoreTypePostfix
type StoreTypePostfix = 
Public Enum StoreTypePostfix
Inheritance
StoreTypePostfix

Fields

None 0

Append nothing.

Precision 2

Append only the precision.

PrecisionAndScale 3

Append the precision and scale.

Size 1

Append only the size.

Remarks

See Implementation of database providers and extensions for more information and examples.

Applies to