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