public byte? FillFactorPostgreSql { get; set; }Public Property FillFactorPostgreSql As Byte?
Get
Setpublic:
property Nullable<unsigned char> FillFactorPostgreSql {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}member FillFactorPostgreSql : Nullable<byte> with get, set