RawType() public méthode

public RawType ( ) : string
Résultat string
Exemple #1
0
 protected bool Equals(TableColumn other)
 {
     return(string.Equals(Name, other.Name) &&
            string.Equals(TypeMappings.ConvertSynonyms(RawType()), TypeMappings.ConvertSynonyms(other.RawType())));
 }
Exemple #2
0
 protected bool Equals(TableColumn other)
 {
     return string.Equals(Name, other.Name) &&
            string.Equals(TypeMappings.ConvertSynonyms(RawType()), TypeMappings.ConvertSynonyms(other.RawType()));
 }