Keyword(s) for which to search:
Sort results by title
Keyword Index
pixolut.BizBlox Namespace
DataAccess Class
DataAccess Constructor
RunSQL Method (strSQL)
RunSQLReturnDataSet Method (strSQL)
DataObject Class
DataObject Constructor
DataObject Constructor
DataObject Constructor (baseCol, index)
DataObject Constructor (uid)
AcceptTO Method (toObj)
BoundsCheck Method
BoundsCheck Method (param, input, limit)
BoundsCheck Method (param, input, limit)
Copy Method (srcObj)
Delete Method
Delete Method
Delete Method (tObj)
ExistsInTable Method
GetTO Method (toType)
IsNull Method
IsNull Method (dtVal)
IsNull Method (gVal)
Load Method
m_objDA Field
Save Method
Save Method
Save Method (tObj)
TableName Method
Touch Method
Uid Method
UidColumn Method
UIDColumnName Method
DataObject.Columns Enumeration
DBColumnType Enumeration
DOCollection Class
DOCollection Constructor (factory)
Active Property
ActiveDataSet Property
ActiveFind Method (sqlObj)
Average Method (table, column, columnType)
BindDataSource Method
BindDataSource Method (valuePropertyName, boundWebControl)
BindDataSource Method (valuePropertyName, boundWebControl, emptyLine)
BindDataSource Method (valuePropertyName, boundControl)
BindDataSource Method (valuePropertyName, boundControl, emptyLine)
Count Property
CreateDataSource Method (IncludeUid, valuePropertyNames)
CreateDataView Method (IncludeUid, valuePropertyNames)
Delete Method
Delete Method
Delete Method (t)
Delete Method (sqlObj)
Delete Method (sqlObj, t)
Dispose Method
Fetch Method
FetchAll Method
FetchRange Method (startIndex, endIndex)
Finalize Method
Find Method
Find Method
Find Method (sqlObj)
FindAll Method
FindByPK Method (uid)
FindRange Method
FindRange Method (startIndex, endIndex)
FindRange Method (startIndex, endIndex, sqlObj)
FlushLocalCache Method
GetCurrentQuery Method
GetNext Method (currentId, foundCurrent, atEnd)
GetPrevious Method (currentId, foundCurrent, atStart)
GetSearchBuilder Method
GetSqlBuilder Method
GetUidColumnName Method
GetValueByName Method (i, valuePropertyName)
IndexOf Method
IndexOf Method (valuePropertyName, value)
IndexOf Method (uid)
Item Property (i)
m_objDA Field
PKExists Method (uid)
ResetCurrentQuery Method
SetCurrentQuery Method (sql)
Sum Method (table, column, columnType)
ToArray Method (doType)
DOException Class
DOException Constructor
DOException Constructor
DOException Constructor (Message)
DOException Constructor (Message, inner)
DOException Constructor (Message, SQLSrc, inner)
CONF_KEY Field
msg Field
DOFactory Class
DOFactory Constructor
DOFactory Constructor (DOHnd)
DOFactory Constructor (DOType)
Create Method
Create Method
Create Method (baseCol, index)
Create Method (transferObject)
Create Method (uid)
getDOType Method
Retrieve Method
Retrieve Method (transferObject)
Retrieve Method (uid)
Update Method (transferObject)
DOTO Class
DOTO Constructor
DOTransaction Class
DOTransaction Constructor
DOTransaction Constructor
DOTransaction Constructor (isolation)
Commit Method
Commit Method
Commit Method (il)
DOTransaction.IsolationLevel Enumeration
DOTransactionException Class
DOTransactionException Constructor
DOTransactionException Constructor
DOTransactionException Constructor (Message)
DOTransactionException Constructor (Message, inner)
DOTransactionException Constructor (Message, SQLSrc, inner)
msg Field
DSNManager Class
DSNManager Constructor
DecryptConnectionString Method (srcConnStr)
EncryptConnectionString Method (srcConnStr, id)
GetConnectionString Method
OverrideConnectionString Method (connStr)
OverrideDSNKey Method (dsn)
OverrideEncryptedDSNKey Method (dsn)
HardwareID Class
HardwareID Constructor
SystemHash Property
ProviderFactory Class
GetAdapter Method
GetAdapter Method
GetAdapter Method (strCommandText, cmdType, strConnString)
GetAdapter Method (strCommandText, strConnString)
GetCommand Method
GetCommand Method
GetCommand Method (strCmdText, cmdType)
GetCommand Method (strCmdText, ParameterArray)
GetConnection Method
GetConnection Method
GetConnection Method (strConnString)
GetParameter Method
GetParameter Method
GetParameter Method (paramName, paramDirection, paramValue, paramtype)
GetParameter Method (paramName, paramValue)
GetProvider Method
PrepareCommandText Method (strSQL, strParams)
ProviderFactory.EnumProviders Enumeration
SearchBuilder Class
SearchBuilder Constructor
SearchBuilder Constructor
SearchBuilder Constructor (NaturalLanguageQuery)
CaseSensitive Property
ContainsAll Property
ContainsAny Property
ContainsExact Property
EndDate Property
EndsWithExact Property
IsSearchSet Method
NotContainsAll Property
NotContainsAny Property
NotContainsExact Property
ParseNaturalLanguage Method (NaturalLanguageQuery)
Render Method
Render Method (columnsToSearch)
Render Method (TableName, ColumnName)
Render Method (columnDelimiter, TableName, columns)
StartDate Property
StartsWithExact Property
Strict Property
SQLBuilder Class
SQLBuilder Constructor (tableName)
addAnd Method
addDistinct Method
addFullOuterJoin Method
addFullOuterJoin Method (existingJoinTable, existingKeyColumn, newJoinTable, newKeyColumn)
addFullOuterJoin Method (localKeyColumn, joinTable, joinFKeyColumn)
addInnerJoin Method
addInnerJoin Method (existingJoinTable, existingKeyColumn, newJoinTable, newKeyColumn)
addInnerJoin Method (localKeyColumn, joinTable, joinFKeyColumn)
addLeftOuterJoin Method
addLeftOuterJoin Method (existingJoinTable, existingKeyColumn, newJoinTable, newKeyColumn)
addLeftOuterJoin Method (localKeyColumn, joinTable, joinFKeyColumn)
addOr Method
addOrderBy Method
addOrderBy Method (foreignTable, args)
addOrderBy Method (args)
addOrderByDesc Method
addOrderByDesc Method (foreignTable, args)
addOrderByDesc Method (args)
addRightOuterJoin Method
addRightOuterJoin Method (existingJoinTable, existingKeyColumn, newJoinTable, newKeyColumn)
addRightOuterJoin Method (localKeyColumn, joinTable, joinFKeyColumn)
addSearch Method
addSearch Method (foreignTable, foreignColumnName, sb)
addSearch Method (columnName, sb)
addSearchConcatenatedColumns Method
addSearchConcatenatedColumns Method (sb, columnDelimiter, foreignTable, columns)
addSearchConcatenatedColumns Method (sb, columnDelimiter, columns)
addSelect Method
addSelect Method (foreignTable, args)
addSelect Method (args)
addWhere Method
addWhere Method (table1, column1, table2, column2)
addWhere Method (foreignTable, column, value)
addWhere Method (foreignTable, column, value)
addWhere Method (foreignTable, column, value)
addWhere Method (column, value)
addWhere Method (column, value)
addWhere Method (column, value)
addWhere Method (column, value)
AddWhereDateEQ Method
AddWhereDateEQ Method (foreignTable, column, dateval)
AddWhereDateEQ Method (column, dateval)
AddWhereDateGT Method
AddWhereDateGT Method (foreignTable, column, dateval)
AddWhereDateGT Method (column, dateval)
AddWhereDateGTE Method
AddWhereDateGTE Method (foreignTable, column, dateval)
AddWhereDateGTE Method (column, dateval)
AddWhereDateLT Method
AddWhereDateLT Method (foreignTable, column, dateval)
AddWhereDateLT Method (column, dateval)
AddWhereDateLTE Method
AddWhereDateLTE Method (foreignTable, column, dateval)
AddWhereDateLTE Method (column, dateval)
AddWhereGT Method
AddWhereGT Method (table1, column1, table2, column2)
AddWhereGT Method (foreignTable, column, value)
AddWhereGT Method (column, value)
AddWhereGTE Method
AddWhereGTE Method (table1, column1, table2, column2)
AddWhereGTE Method (foreignTable, column, value)
AddWhereGTE Method (column, value)
AddWhereIn Method
AddWhereIn Method (foreignTable, column, ids)
AddWhereIn Method (foreignTable, column, statement)
AddWhereIn Method (foreignTable, column, ids)
AddWhereIn Method (column, ids)
AddWhereIn Method (column, statement)
AddWhereIn Method (column, ids)
addWhereLike Method
addWhereLike Method (foreignTable, column, value)
addWhereLike Method (column, value)
addWhereLikeNoCase Method
addWhereLikeNoCase Method (foreignTable, column, value)
addWhereLikeNoCase Method (column, value)
AddWhereLT Method
AddWhereLT Method (table1, column1, table2, column2)
AddWhereLT Method (foreignTable, column, value)
AddWhereLT Method (column, value)
AddWhereLTE Method
AddWhereLTE Method (table1, column1, table2, column2)
AddWhereLTE Method (foreignTable, column, value)
AddWhereLTE Method (column, value)
addWhereNoCase Method
addWhereNoCase Method (foreignTable, column, value)
addWhereNoCase Method (column, value)
AddWhereNull Method
AddWhereNull Method (foreignTable, column)
AddWhereNull Method (column)
clearDistinct Method
clearTop Method
closeNot Method
closeParen Method
openNot Method
openParen Method
Render Method
RenderAverage Method (table, column, label, columnType)
RenderCount Method (label)
RenderDelete Method
RenderSelect Method
RenderSum Method (table, column, label, columnType)
setTop Method (val)
TableName Property
TopCount Property
SQLGrouper Class
SQLGrouper Constructor
GroupAllPermutations Method (table, query, rawTerm, ignoreCase)
GroupTerm Method (table, query, rawTerm, ignoreCase, groupStyle)
GroupTerms Method
GroupTerms Method (terms, logicOp)
GroupTerms Method (terms, logicOp)
SQLGrouper.GROUPING Enumeration
SQLGrouper.LOGIC Enumeration
UnicodeTranslator Class
UnicodeTranslator Constructor
SqlUnicodePattern Method (input)
SqlUnicodeTranslate Method (input)
This page uses an IFRAME but your browser does not support it.