Leadtools.Medical.DataAccessLayer Namespace : SqlProviderUtilities Class |
The following tables list the members exposed by SqlProviderUtilities.
Name | Description | |
---|---|---|
MatchAllCharacters | The character used to perform wild card matching when calling the GenerateWhereStatement method. | |
MatchingValueSeparator | The character used to separate the values in a string to perform an OR operation when calling the GenerateWhereStatement method. | |
MatchOneCharacter | The character used to match any single character when calling the GenerateWhereStatement method. | |
MaxSupportedDateTime | The maximum date/time that is supported by SQL Server. | |
MinSupportedDateTime | The minimum date/time that is supported by SQL Server. |
Name | Description | |
---|---|---|
WhereStatementGenerator | Gets or sets the delegate that allows you to override the default GenerateWhereStatement |
Name | Description | |
---|---|---|
GenerateWherePaginationStatement | Generates a SQL WHERE statement (using the given matching parameters) that returns groups of records that can be used for pagination. | |
GenerateWhereStatement | Generates a SQL WHERE statement using the given matching parameters. | |
UpdateTable | Overloaded. Performs any Insert, Update or Delete operation in a specific System.Data.DataTable object to the database engine. |