Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class Foo
  2. {
  3. public string ConnectionStringName { get; }
  4. public string SchemaName { get; }
  5. public string TableName { get; }
  6. public Dictionary<string, int> ColumnLengths { get; }
  7. public Dictionary<Type, SqlDbType> TypeMappings { get; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement