Method | Description | |
---|---|---|
Dispose ( ) : void | ||
StringResourcesDALC ( string resourceType ) : System |
Constructs this instance of the data access component supplying a resource type for the instance.
|
Method | Description | |
---|---|---|
GetResourceByCultureAndKey ( |
||
GetResourceByCultureAndKeyInternal ( |
Uses an open database connection to recurse looking for the resource. Retrieves a resource entry based on the specified culture and resource key. The resource type is based on this instance of the StringResourceDALC as passed to the constructor. Resource fallback follows the same mechanism of the .NET ResourceManager. Ultimately falling back to the default resource specified in this class.
|
|
GetResourcesByCulture ( |
public StringResourcesDALC ( string resourceType ) : System | ||
resourceType | string | The resource type. |
return | System |