←Select platform
In This Topic ▼

SqlProviderUtilities Class Members

Summary

The following tables list the members exposed by SqlProviderUtilities.

Public Methods

Name Description
Public Method
static  | Shared in VB</div>
GenerateWherePaginationStatement Generates a SQL WHERE statement (using the given matching parameters) that returns groups of records that can be used for pagination.
Public Method static  | Shared in VB GenerateWhereStatement Generates a SQL WHERE statement using the given matching parameters.
Public Method static  | Shared in VB UpdateTable Performs any Insert, Update or Delete operation in a specific System.Data.DataTable object to the database engine.

Public Properties

Name Description
Public Property
static  | Shared in VB
WhereStatementGenerator Gets or sets the delegate that allows you to override the default GenerateWhereStatement

Public Fields

Name Description
Public Field
MatchAllCharacters The character used to perform wild card matching when calling the GenerateWhereStatement method.
Public Field MatchingValueSeparator The character used to separate the values in a string to perform an OR operation when calling the GenerateWhereStatement method.
Public Field MatchOneCharacter The character used to match any single character when calling the GenerateWhereStatement method.
Public Field static  | Shared in VB MaxSupportedDateTime The maximum date/time that is supported by SQL Server.
Public Field static  | Shared in VB MinSupportedDateTime The minimum date/time that is supported by SQL Server.

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly