Npgsql Api Docs
ServerVersion Less Than Or Equal Operator
[Visual Basic]
returnValue =
ServerVersion.op_LessThanOrEqual(One, TheOther)
[C#]
public static
bool
operator <=(
ServerVersion
One
,
ServerVersion
TheOther
);
See Also
ServerVersion Class
|
Npgsql Namespace