Util Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains common utility functions
public class Util
type Util = class
Public Class Util
- Inheritance
-
Util
Constructors
Util() |
Methods
DbTypeToClrType(String) |
Convert a database type name to the equivalent CLS type |
EscapeString(String, Char) |
Escape a particular character in a string |
LoadAssembly(String) |
Load assembly replacing it's name. |
TransformToRequest(DataSet, ResultType) |
Transform a dataset into the expected enumeration result type |