in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Differentiate between Varchar and Text

    Does anyone know of a way to differentiate between a VarChar column and a Text column? The only way to determine column type seems to be comparing [columnObject].SystemType with TypeOf(System.[TypeName]), like this... if (column.SystemType == TypeOf(System.String)) { // Do something here } This finds...
    Posted to General Support (Forum) by eric_burcham on 05-01-2007
    Filed under: SchemaExplorer, .netTiers, Codesmith templates cached cleanup, generating templates, need advice
  • IsIdentityColumn() for CommandResultSchema

    Is there a way to tell whether or not a CommandResultSchema represents an identity column? Thanks in advance.
    Posted to General Support (Forum) by rferrill on 01-02-2008
    Filed under: SchemaExplorer, .netTiers
Page 1 of 1 (2 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems