GetTypeMapping() public method

public GetTypeMapping ( Type type ) : TypeMapping
type System.Type
return TypeMapping
Exemplo n.º 1
0
 public TypeMapping GetTypeMapping(Type type)
 {
     return(_plan.GetTypeMapping(type));
 }