Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
Questionhow can i create a general log for different classes Pin
neodeaths23-May-13 22:47
neodeaths23-May-13 22:47 
SuggestionRe: how can i create a general log for different classes Pin
Richard MacCutchan24-May-13 0:03
mveRichard MacCutchan24-May-13 0:03 
AnswerRe: how can i create a general log for different classes Pin
Abhinav S24-May-13 1:19
Abhinav S24-May-13 1:19 
AnswerRe: how can i create a general log for different classes Pin
Keith Barrow24-May-13 2:44
professionalKeith Barrow24-May-13 2:44 
AnswerRe: how can i create a general log for different classes Pin
BillWoodruff24-May-13 3:57
professionalBillWoodruff24-May-13 3:57 
GeneralRe: how can i create a general log for different classes Pin
neodeaths24-May-13 8:50
neodeaths24-May-13 8:50 
AnswerRe: how can i create a general log for different classes Pin
jschell24-May-13 12:20
jschell24-May-13 12:20 
QuestionBusiness Application in VS2010 Pin
picasso223-May-13 17:10
picasso223-May-13 17:10 
Hello forum,
(sorry if duplicate, I might have post this but cannot find it)

Just created a SL Busines application. In the MYDomainService.cs the default queries are generated.
public IQueryable<dbtable> GetDBTablesCompare()
{
return this.ObjectContext.DBTables;

}

The default returns all columns in the specified table.
I would like to run a script like this:
SELECT * From DBTables A
FULL OUTER JOIN Information_Schema.Columns B ON A.Column_Name = B.Column_Name
AND B.Table_Name = 'FY2007_DATA'
AND B.Table_Schema = 'dbo'
WHERE
A.Table_Schema = 'dbo'
AND A.Table_Name = 'FY2006_DATA'
AND (A.Column_Name IS NULL OR B.Column_Name IS NULL)
Any help will be greatly appreciated
AnswerRe: Business Application in VS2010 Pin
Richard MacCutchan24-May-13 0:06
mveRichard MacCutchan24-May-13 0:06 
Questioncrash using a delay on input Pin
Member 1002965523-May-13 13:29
Member 1002965523-May-13 13:29 
AnswerRe: crash using a delay on input Pin
Dave Kreskowiak23-May-13 15:41
mveDave Kreskowiak23-May-13 15:41 
GeneralRe: crash using a delay on input Pin
Member 1002965523-May-13 16:00
Member 1002965523-May-13 16:00 
GeneralRe: crash using a delay on input Pin
Member 1007416123-May-13 22:44
Member 1007416123-May-13 22:44 
GeneralRe: crash using a delay on input Pin
Bernhard Hiller24-May-13 1:56
Bernhard Hiller24-May-13 1:56 
GeneralRe: crash using a delay on input Pin
Member 1007416124-May-13 3:19
Member 1007416124-May-13 3:19 
GeneralRe: crash using a delay on input Pin
Member 1007416124-May-13 6:21
Member 1007416124-May-13 6:21 
GeneralRe: crash using a delay on input Pin
Dave Kreskowiak24-May-13 6:32
mveDave Kreskowiak24-May-13 6:32 
AnswerRe: crash using a delay on input Pin
Bernhard Hiller23-May-13 22:14
Bernhard Hiller23-May-13 22:14 
GeneralRe: crash using a delay on input Pin
Member 1007416123-May-13 22:53
Member 1007416123-May-13 22:53 
QuestionC# check for folder in directory path location Pin
classy_dog23-May-13 10:38
classy_dog23-May-13 10:38 
AnswerRe: C# check for folder in directory path location Pin
NickPace23-May-13 11:19
NickPace23-May-13 11:19 
GeneralRe: C# check for folder in directory path location Pin
jain.shailesh@hotmail.com23-May-13 23:50
jain.shailesh@hotmail.com23-May-13 23:50 
AnswerRe: C# check for folder in directory path location Pin
OriginalGriff23-May-13 11:44
mveOriginalGriff23-May-13 11:44 
GeneralRe: C# check for folder in directory path location Pin
classy_dog23-May-13 12:40
classy_dog23-May-13 12:40 
GeneralRe: C# check for folder in directory path location Pin
Dave Kreskowiak23-May-13 15:40
mveDave Kreskowiak23-May-13 15:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.