text
stringlengths 0
616
|
|---|
# returns System.Boolean
|
pass
|
def op_GreaterThan(l, r):
|
# returns System.Boolean
|
pass
|
def op_GreaterThanOrEqual(l, r):
|
# returns System.Boolean
|
pass
|
def op_LessThan(l, r):
|
# returns System.Boolean
|
pass
|
def op_LessThanOrEqual(l, r):
|
# returns System.Boolean
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
class Server.ClientType:
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
def ToString(format, provider):
|
# returns System.String
|
pass
|
def CompareTo(target):
|
# returns System.Int32
|
pass
|
def ToString(provider):
|
# returns System.String
|
pass
|
def HasFlag(flag):
|
# returns System.Boolean
|
pass
|
def GetTypeCode():
|
# returns System.TypeCode
|
pass
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def ToString(format):
|
# returns System.String
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
class Server.ClientVersion:
|
Major = None
|
Minor = None
|
Revision = None
|
Patch = None
|
Type = None
|
SourceString = None
|
def get_Major():
|
# returns System.Int32
|
pass
|
def get_Minor():
|
# returns System.Int32
|
pass
|
def get_Revision():
|
# returns System.Int32
|
pass
|
def get_Patch():
|
# returns System.Int32
|
pass
|
def get_Type():
|
# returns Server.ClientType
|
pass
|
def get_SourceString():
|
# returns System.String
|
pass
|
def op_Equality(l, r):
|
# returns System.Boolean
|
pass
|
def op_Inequality(l, r):
|
# returns System.Boolean
|
pass
|
def op_GreaterThanOrEqual(l, r):
|
# returns System.Boolean
|
pass
|
def op_GreaterThan(l, r):
|
# returns System.Boolean
|
pass
|
def op_LessThanOrEqual(l, r):
|
# returns System.Boolean
|
pass
|
def op_LessThan(l, r):
|
# returns System.Boolean
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def Equals(obj):
|
# returns System.Boolean
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.