[Missing <summary> documentation for "P:NHibernate.Dialect.Schema.AbstractColumnMetaData.NumericalPrecision"]
Namespace: NHibernate.Dialect.SchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public int NumericalPrecision { get; protected set; } |
| Visual Basic |
|---|
Public Property NumericalPrecision As Integer
Get
Protected Set |
| Visual C++ |
|---|
public:
virtual property int NumericalPrecision {
int get () sealed;
protected: void set (int value) sealed;
} |
Implements
IColumnMetadata..::..NumericalPrecision
See Also