C# Class Z.Expressions.SqlServer.Eval.TypeHelper

Afficher le fichier Open project: zzzprojects/Eval-SQL.NET

Méthodes publiques

Méthode Description
GetTypeFromName ( string name ) : Type

Gets type from name.

Method Details

GetTypeFromName() public static méthode

Gets type from name.
Thrown when an exception error condition occurs.
public static GetTypeFromName ( string name ) : Type
name string The name.
Résultat System.Type