From CodeSmith API help [C#] public ViewSchema( DatabaseSchema DatabaseSchema, string String, string String, DateTime DateTime, ExtendedProperty[] ExtendedProperty[] );
Parameters database name owner dateCreated extendedProperties
I can see what the first 3 parameters mean.
But what is the purpose of last 2 parameters dateCreated and extendProperties?
Is there any sample of using this constructor I can refer to?