GetTypeMapping() public méthode

public GetTypeMapping ( Type type ) : TypeMapping
type System.Type
Résultat TypeMapping
Exemple #1
0
 public TypeMapping GetTypeMapping(Type type)
 {
     return(_plan.GetTypeMapping(type));
 }