메소드 | 설명 | |
---|---|---|
EqualsIgnoreCase ( this s1, string s2 ) : bool | ||
IsValidMigrationId ( this migrationId ) : bool | ||
MigrationName ( this migrationId ) : string | ||
RestrictTo ( this s, int size ) : string | ||
ToDatabaseName ( this s ) : |
public static EqualsIgnoreCase ( this s1, string s2 ) : bool | ||
s1 | this | |
s2 | string | |
리턴 | bool |
public static IsValidMigrationId ( this migrationId ) : bool | ||
migrationId | this | |
리턴 | bool |
public static MigrationName ( this migrationId ) : string | ||
migrationId | this | |
리턴 | string |
public static RestrictTo ( this s, int size ) : string | ||
s | this | |
size | int | |
리턴 | string |
public static ToDatabaseName ( this s ) : |
||
s | this | |
리턴 |